Browse Source

DevOps - Added redis for uat and staging env

Nas Villanueva 8 years ago
parent
commit
852b9134a1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      application.yml

+ 4 - 0
application.yml

@@ -67,6 +67,8 @@ spring:
   profiles.include: docker
   rabbitmq:
     host: rabbitmq
+  redis:
+    host: redis
 graylog:
   host: 192.168.241.62
 
@@ -76,6 +78,8 @@ spring:
   profiles.include: docker
   rabbitmq:
     host: pemc-oracle.ss.exist.com
+  redis:
+    host: 192.168.235.6
 logging.level:
   com.pemc.crss: INFO
 graylog: