open-horizon / devops

Devops processes to build and deploy horizon components
Apache License 2.0
10 stars 43 forks source link

Update Mongo connection string to compatible format #175

Open scwhaley opened 2 months ago

scwhaley commented 2 months ago

edge-sync-service was updated recently in PR #149 to enable mongo 6 support.

The css-templ.conf config in devops was not updated as part of that effort, and was out of sync with the new format.

See common/config.go in https://github.com/open-horizon/edge-sync-service/commit/ba8f438f307d111411623a781e0649a34250b483

Fixes #174