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

Update variables for policy service

parent e09dbcb4
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.
Please register or to comment