Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit together with openstad/openstad-frontend#354 allows MongoDB to have authentication. This commit introduces 3 new environment variables: - MONGO_DB_USER - MONGO_DB_PASSWORD - MONGO_DB_AUTHSOURCE If both `MONGO_DB_USER` and `MONGO_DB_PASSWORD` are set, they are added to the MongoDB connection string. The `MONGO_DB_AUTHSOURCE` allows us to specify which database we are authenticating against. (see https://www.mongodb.com/docs/manual/reference/connection-string/#std-label-connections-connection-options)
- Loading branch information