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

Update task service configuration

parent c83b13c9
No related branches found
No related tags found
1 merge request!15Update task service configuration
......@@ -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"
......@@ -32,7 +32,8 @@ db.taskTemplates.insertMany(
"requestPolicy":"",
"responsePolicy":"",
"finalPolicy":"",
"cacheKey":"didResolve",
"cacheNamespace":"login",
"cacheScope":"user"
},
{
"name":"exampleTask",
......@@ -41,7 +42,8 @@ db.taskTemplates.insertMany(
"requestPolicy":"",
"responsePolicy":"",
"finalPolicy":"",
"cacheKey":"",
"cacheNamespace":"",
"cacheScope":""
}
]
);
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