Skip to content

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

Description

@mwright-pivotal

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}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions