Skip to content
Snippets Groups Projects
Commit 9ac4e360 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Merge branch 'revert-credentials-in-db-connection-string' into 'main'

Revert MongoDB credentials in connection string

See merge request !22
parents 148a98d4 c91742cd
No related branches found
Tags 0.0.0
1 merge request!22Revert MongoDB credentials in connection string
......@@ -4,7 +4,7 @@ HTTP_PORT="8080"
HTTP_IDLE_TIMEOUT="120s"
HTTP_READ_TIMEOUT="10s"
HTTP_WRITE_TIMEOUT="10s"
MONGO_ADDR="mongodb://root:root@mongo:27017/policy?replicaSet=rs0&authSource=admin"
MONGO_ADDR="mongodb://mongo:27017/policy?replicaSet=rs0&authSource=admin"
MONGO_USER="root"
MONGO_PASS="root"
MONGO_DBNAME="policy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment