Skip to content

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

@mwright-pivotal

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}

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