Remove redis config
[modeling/etsicatalog.git] / catalog / pub / config / config.py
index 3f6592a..4ca1d5d 100644 (file)
@@ -17,9 +17,9 @@ MSB_SERVICE_IP = '127.0.0.1'
 MSB_SERVICE_PORT = '80'
 
 # [REDIS]
-REDIS_HOST = '127.0.0.1'
-REDIS_PORT = '6379'
-REDIS_PASSWD = ''
+REDIS_HOST = '127.0.0.1'
+REDIS_PORT = '6379'
+REDIS_PASSWD = ''
 
 # [mysql]
 DB_IP = "127.0.0.1"