From 12de090bcf227dbfe52c412c71d23ad60eee7a71 Mon Sep 17 00:00:00 2001
From: Lyuben Penkovski <lyuben.penkovski@vereign.com>
Date: Wed, 27 Apr 2022 11:05:39 +0300
Subject: [PATCH] Update variables for policy service

---
 env/policy.env | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/env/policy.env b/env/policy.env
index 6c43372..e489790 100644
--- a/env/policy.env
+++ b/env/policy.env
@@ -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"
-- 
GitLab