From 17bb245bce347134f3dfb8a4e4120ece33918083 Mon Sep 17 00:00:00 2001
From: Jono Wenger <jono@elixxir.io>
Date: Wed, 24 Feb 2021 22:21:47 +0000
Subject: [PATCH] Update udb.yaml to get the NDF from permissioning instead of
 by file

---
 basice2e/run.sh   | 2 +-
 basice2e/udb.yaml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/basice2e/run.sh b/basice2e/run.sh
index b006734..f39598a 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -124,7 +124,7 @@ then
 
     # Start a user discovery bot server
     echo "STARTING UDB..."
-    UDBCMD="../bin/udb --logLevel 3 --config udb.yaml -l 1 --devMode"
+    UDBCMD="../bin/udb --logLevel 3 --config udb.yaml -l 1"
     $UDBCMD >> $UDBOUT 2>&1 &
     PIDVAL=$!
     echo $PIDVAL >> results/serverpids
diff --git a/basice2e/udb.yaml b/basice2e/udb.yaml
index 8e34056..06de39d 100644
--- a/basice2e/udb.yaml
+++ b/basice2e/udb.yaml
@@ -3,7 +3,8 @@ logPath: "./results/udb.log"
 sessionPath: "./results/udbsession"
 sessionPass: "hello"
 certPath: "../keys/cmix.rip.crt"
-ndfPath: "ndf.json"
 port: "18001"
 keyPath: "../keys/cmix.rip.key"
 permCertPath: "../keys/cmix.rip.crt"
+permAddress: "0.0.0.0:18000"
+devMode: true
\ No newline at end of file
-- 
GitLab