Add MONGO_CONN_STR to config

This commit is contained in:
Chris Rai
2026-01-31 17:25:46 -05:00
parent 5a5acdd717
commit aea6d840af

View File

@@ -12,6 +12,7 @@ MONGO_PORT=27017
MONGO_DB_NAME=db
MONGO_ODX_DB_NAME=odx_db
MONGO_CLIENT_TIMEOUT=60
MONGO_CONN_STR=mongodb://cloud_dev:cloud_dev_pass@cloud-dev-svc.mongodb.svc.cluster.local:27017/?authSource=admin&w=majority
# Redis (no auth required)
REDIS_HOST=cloud-dev.redis.svc.cluster.local