Skip to content
Snippets Groups Projects

change hostname of mongodb in controller config

Merged Neil-Jocelyn Schark requested to merge fix-local-setup into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@ amqpuser = 'guest'
@@ -6,7 +6,7 @@ amqpuser = 'guest'
basepnduuid = '5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d'
basepnduuid = '5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d'
config = './configs/qkdn-gosdn.toml'
config = './configs/qkdn-gosdn.toml'
csbi-orchestrator = 'localhost:55056'
csbi-orchestrator = 'localhost:55056'
databaseconnection = 'mongodb://root:example@mongodb:27017'
databaseconnection = 'mongodb://root:example@mongo:27017'
defaultjwtduration = 24
defaultjwtduration = 24
filesystempathtostores = 'stores'
filesystempathtostores = 'stores'
gnmisubscriptionspath = 'configs/gNMISubscriptions.txt'
gnmisubscriptionspath = 'configs/gNMISubscriptions.txt'
Loading