Browse Source

update redis url

mlnicolas 8 years ago
parent
commit
ee39d51c03

+ 1 - 1
application-dev2.yml

@@ -2,7 +2,7 @@ spring:
   rabbitmq:
     host: rabbitmq.marathon.l4lb.thisdcos.directory
   redis:
-    host: redis.marathon.l4lb.thisdcos.directory
+    host: redis.marathon.mesos
   datasource:
     driverClassName: org.postgresql.Driver
 

+ 0 - 3
crss-audit/crss-audit-dev2.yml

@@ -5,6 +5,3 @@ spring:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=audit
       username: crss_audit
       password: crss_audit
-
-  redis:
-    host: redis.marathon.l4lb.thisdcos.directory

+ 0 - 3
crss-audit/crss-audit.yml

@@ -18,9 +18,6 @@ spring:
         ddl-auto: none
         hbm2ddl:
           auto: none
-  redis:
-    host: redis.marathon.l4lb.thisdcos.directory
-    port: 6379
 
 security:
   oauth2:

+ 0 - 3
crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-dev2.yml

@@ -35,9 +35,6 @@ spring:
             auto: none
           temp:
             use_jdbc_metadata_defaults: false
-  redis:
-    host: redis.marathon.l4lb.thisdcos.directory
-    port: 6379
 logging:
   level:
     com.pemc: debug

+ 0 - 4
crss-mq-computation/crss-mq-computation-dev2.yml

@@ -53,10 +53,6 @@ spring:
     initializer:
       enabled: false
 
-  redis:
-    host: redis.marathon.l4lb.thisdcos.directory
-    port: 6379
-
   cache:
     jcache:
       config: ehcache3.xml

+ 0 - 4
crss-mtr/crss-mtr-dev2.yml

@@ -54,10 +54,6 @@ spring:
     initializer:
       enabled: false
 
-  redis:
-    host: redis.marathon.l4lb.thisdcos.directory
-    port: 6379
-
 logging:
   level:
     com.pemc: debug

+ 0 - 4
crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp-dev2.yml

@@ -72,10 +72,6 @@ spring:
         hbm2ddl:
           import_files:
 
-  redis:
-    host: redis.marathon.l4lb.thisdcos.directory
-    port: 6379
-
 logging:
   level:
     com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG

+ 0 - 4
crss-settlement-task-calculation/crss-settlement-task-calculation-dev2.yml

@@ -74,10 +74,6 @@ spring:
         hbm2ddl:
           auto: none
 
-  redis:
-    host: redis.marathon.l4lb.thisdcos.directory
-    port: 6379
-
 batch:
   chunkSize: 100
   maxWorkers: 10