Forráskód Böngészése

Remove redis from global config and replace uat redis host to redis hostname

Monte Cillo Co 8 éve
szülő
commit
2a2792a18c
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 0 2
      application-uat.yml
  2. 3 1
      crss-admin/crss-admin-uat.yml

+ 0 - 2
application-uat.yml

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

+ 3 - 1
crss-admin/crss-admin-uat.yml

@@ -8,7 +8,7 @@ spring:
     hikari:
       connectionTimeout: 10000
       maximumPoolSize: 20
-z  mail:
+  mail:
     host: 192.168.235.2
     port: 3025
     username: crss@uat.pemc.com
@@ -19,3 +19,5 @@ z  mail:
         smtp:
           auth: true
           starttls.enable: true
+  redis:
+    host: redis