From de45dc1a97e460f96115ae63ca30bafd5d4ee85b Mon Sep 17 00:00:00 2001 From: Spencer Whaley Date: Tue, 18 Jun 2024 14:22:33 -0700 Subject: [PATCH] Update connection string to more compatible format. css-api container image was updated recently in PR #149 in edge-sync-service repo to enable mongo 6 support. The css-templ.conf config in devops was not updated as part of that effort, and was now out of sync with the new format. See common/config.go in https://github.com/open-horizon/edge-sync-service/commit/ba8f438f307d111411623a781e0649a34250b483 Signed-off-by: Spencer Whaley --- mgmt-hub/css-tmpl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgmt-hub/css-tmpl.conf b/mgmt-hub/css-tmpl.conf index fea3267..ad57dd4 100644 --- a/mgmt-hub/css-tmpl.conf +++ b/mgmt-hub/css-tmpl.conf @@ -10,7 +10,7 @@ LogTraceDestination ${CSS_LOG_TRACE_DESTINATION} LogRootPath ${CSS_LOG_ROOT_PATH} TraceLevel ${CSS_TRACE_LEVEL} TraceRootPath ${CSS_TRACE_ROOT_PATH} -MongoAddressCsv mongo:${MONGO_PORT} +MongoAddressCsv mongodb://mongo:${MONGO_PORT} MongoUseSSL false MongoAuthDbName ${CSS_MONGO_AUTH_DB_NAME} PersistenceRootPath ${CSS_PERSISTENCE_PATH}