From 6032e4e25c14e7327442a4487a67b038b1883f32 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Tue, 5 Apr 2022 12:21:01 -0700
Subject: [PATCH] Fix bug in permissioning yaml (basicE2E)

---
 basice2e/permissioning.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/basice2e/permissioning.yaml b/basice2e/permissioning.yaml
index 3cc181f..6db61d6 100644
--- a/basice2e/permissioning.yaml
+++ b/basice2e/permissioning.yaml
@@ -45,6 +45,9 @@ roundIdPath: "results/roundId.txt"
 # Path to the file containing the update ID
 updateIdPath: "results/updateId.txt"
 
+# Public address used in NDF to give to client
+registrationAddress: "0.0.0.0:11421"
+
 # Path to whitelisted IPs for client ratelimiting
 whitelistedIpAddressesPath: "whitelist.txt"
 
-- 
GitLab