You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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}
The text was updated successfully, but these errors were encountered: