浏览代码

[devops] added edge api for worklist + corrected pemc-dev profile for worklist-app

Jejomar Dimayuga 8 年之前
父节点
当前提交
46c008637e

+ 3 - 0
crss-edge/crss-edge-pemc-dev.yml

@@ -32,3 +32,6 @@ crss-audit:
 crss-uaa:
   ribbon:
     listOfServers: crssuaa-server.marathon.l4lb.thisdcos.directory:9999
+crss-worklist-app:
+  ribbon:
+    listOfServers: crssworklist-app.marathon.l4lb.thisdcos.directory:8085

+ 3 - 3
crss-worklist-app/crss-worklist-app-dev2.yml

@@ -3,17 +3,17 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=worklist
       username: crss_worklist
-      password: c3XL8Lcb
+      password: crss_worklist
       driverClassName: org.postgresql.Driver
   crss-stl:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: lbgg1i2Y
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: D9JpfUtT
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver

+ 19 - 0
crss-worklist-app/crss-worklist-app-pemc-dev.yml

@@ -0,0 +1,19 @@
+spring:
+  crss-worklist:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=worklist
+      username: crss_worklist
+      password: c3XL8Lcb
+      driverClassName: org.postgresql.Driver
+  crss-stl:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: lbgg1i2Y
+      driverClassName: org.postgresql.Driver
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
+      driverClassName: org.postgresql.Driver