Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB URI is incorrectly formatted in css-tmp.conf #183

Open
mwright-pivotal opened this issue Oct 18, 2024 · 0 comments
Open

MongoDB URI is incorrectly formatted in css-tmp.conf #183

mwright-pivotal opened this issue Oct 18, 2024 · 0 comments

Comments

@mwright-pivotal
Copy link

mwright-pivotal commented Oct 18, 2024

Template needs to be updated to conform to new connect string schemes, either mongodb:// or mongodb+srv://. Otherwise css-api container fails to connect to mongodb

MongoAddressCsv mongo:${MONGO_PORT}

goes to

MongoAddressCsv mongodb://mongo:${MONGO_PORT}

or

MongoAddressCsv mongodb+srv://mongo:${MONGO_PORT}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant