Skip to content
Snippets Groups Projects
Commit cbeaa0e8 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Merge branch 'policy-service-cache-address' into 'main'

Update variables for policy service

See merge request !12
parents e09dbcb4 12de090b
No related branches found
No related tags found
1 merge request!12Update variables for policy service
......@@ -4,13 +4,9 @@ HTTP_PORT="8080"
HTTP_IDLE_TIMEOUT="120s"
HTTP_READ_TIMEOUT="10s"
HTTP_WRITE_TIMEOUT="10s"
REDIS_ADDR="redis:6379"
REDIS_USER=""
REDIS_PASS=""
REDIS_DB=1
REDIS_EXPIRATION="1h"
MONGO_ADDR="mongodb://mongo:27017/policy?replicaSet=rs0&authSource=admin"
MONGO_USER="root"
MONGO_PASS="root"
MONGO_DBNAME="policy"
MONGO_COLLECTION="policies"
\ No newline at end of file
MONGO_COLLECTION="policies"
CACHE_ADDR="http://cache:8080"
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