Skip to content
Snippets Groups Projects
Commit cc9ae66f authored by Jono Wenger's avatar Jono Wenger
Browse files

Merge branch 'feature/hotfix/NdfPing' into 'release'

Update udb.yaml to get the NDF from permissioning instead of by file

See merge request elixxir/integration!107
parents efa34692 17bb245b
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ then ...@@ -124,7 +124,7 @@ then
# Start a user discovery bot server # Start a user discovery bot server
echo "STARTING UDB..." 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 & $UDBCMD >> $UDBOUT 2>&1 &
PIDVAL=$! PIDVAL=$!
echo $PIDVAL >> results/serverpids echo $PIDVAL >> results/serverpids
......
...@@ -3,7 +3,8 @@ logPath: "./results/udb.log" ...@@ -3,7 +3,8 @@ logPath: "./results/udb.log"
sessionPath: "./results/udbsession" sessionPath: "./results/udbsession"
sessionPass: "hello" sessionPass: "hello"
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
ndfPath: "ndf.json"
port: "18001" port: "18001"
keyPath: "../keys/cmix.rip.key" keyPath: "../keys/cmix.rip.key"
permCertPath: "../keys/cmix.rip.crt" permCertPath: "../keys/cmix.rip.crt"
permAddress: "0.0.0.0:18000"
devMode: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment