Skip to content
Snippets Groups Projects

Update task service configuration

Merged Lyuben Penkovski requested to merge 8-mongo-singlenode-replicaset into main
2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -8,4 +8,5 @@ MONGO_ADDR="mongodb://mongo:27017/task?replicaSet=rs0&authSource=admin"
MONGO_USER="root"
MONGO_PASS="root"
POLICY_ADDR="http://policy:8080"
CACHE_ADDR="http://cache:8080"
Loading