Browse Source

Update crss-worklist configs

Abdul Domado 8 years ago
parent
commit
224ce50c57

+ 1 - 1
crss-edge/crss-edge-azure.yml

@@ -34,4 +34,4 @@ crss-uaa:
     listOfServers: crss1uaa-server.marathon.l4lb.thisdcos.directory:9999
 crss-worklist-app:
   ribbon:
-    listOfServers: crss2worklist-app.marathon.l4lb.thisdcos.directory:9095
+    listOfServers: crss2worklist-app.marathon.l4lb.thisdcos.directory:8085

+ 1 - 1
crss-edge/crss-edge-dev.yml

@@ -33,4 +33,4 @@ crss-uaa:
     listOfServers: http://localhost:9999
 crss-worklist-app:
   ribbon:
-    listOfServers: http://localhost:9095
+    listOfServers: http://localhost:8085

+ 1 - 1
crss-edge/crss-edge-dev2.yml

@@ -34,4 +34,4 @@ crss-uaa:
     listOfServers: crssuaa-server.marathon.l4lb.thisdcos.directory:9999
 crss-worklist-app:
   ribbon:
-    listOfServers: crss2worklist-app.marathon.l4lb.thisdcos.directory:9095
+    listOfServers: crss2worklist-app.marathon.l4lb.thisdcos.directory:8085

+ 1 - 1
crss-edge/crss-edge.yml

@@ -80,7 +80,7 @@ crss-uaa:
     listOfServers: http://crsscrss-uaa.marathon.l4lb.thisdcos.directory:9999
 crss-worklist-app:
   ribbon:
-    listOfServers: http://crssworklist-app.marathon.l4lb.thisdcos.directory:9095
+    listOfServers: http://crssworklist-app.marathon.l4lb.thisdcos.directory:8085
 
 hystrix:
   command:

+ 1 - 4
crss-worklist-app/crss-worklist-app-azure.yml

@@ -4,7 +4,4 @@ spring:
       jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=worklist
       username: crss_worklist
       password: crss_worklist
-      driverClassName: "${spring.datasource.driverClassName}"
-
-dataflow:
-  url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
+      driverClassName: "${spring.datasource.driverClassName}"

+ 1 - 1
crss-worklist-app/crss-worklist-app-dev.yml

@@ -21,4 +21,4 @@ spring:
     job:
       enabled: false
 server:
-  port: 9095
+  port: 8085

+ 1 - 4
crss-worklist-app/crss-worklist-app-dev2.yml

@@ -4,7 +4,4 @@ spring:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=worklist
       username: crss_worklist
       password: crss_worklist
-      driverClassName: org.postgresql.Driver
-
-dataflow:
-  url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
+      driverClassName: org.postgresql.Driver

+ 0 - 11
crss-worklist-app/crss-worklist-app.yml

@@ -17,11 +17,6 @@ spring:
         ddl-auto: none
         generate_statistics: true
 
-  # prevent batch job from running on app start
-  batch:
-    job:
-      enabled: false
-
 server:
   port: 8085
   undertow:
@@ -39,9 +34,3 @@ logging:
     com.netflix: DEBUG
     org.springframework.cloud: DEBUG
     org.apache.http: DEBUG
-
-dataflow:
-  url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
-
-job:
-  maxRun: 1