From 7c720f8a927c3f4befe38ab34daf1925020b3d4c Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Wed, 9 Oct 2024 10:28:22 +0000 Subject: [PATCH] change hostname of mongodb in controller config See merge request danet/quant!224 --- config/controller/qkdn-gosdn.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/controller/qkdn-gosdn.toml b/config/controller/qkdn-gosdn.toml index e3c275e1..f8989af5 100644 --- a/config/controller/qkdn-gosdn.toml +++ b/config/controller/qkdn-gosdn.toml @@ -6,7 +6,7 @@ amqpuser = 'guest' basepnduuid = '5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d' config = './configs/qkdn-gosdn.toml' csbi-orchestrator = 'localhost:55056' -databaseconnection = 'mongodb://root:example@mongodb:27017' +databaseconnection = 'mongodb://root:example@mongo:27017' defaultjwtduration = 24 filesystempathtostores = 'stores' gnmisubscriptionspath = 'configs/gNMISubscriptions.txt' -- GitLab