瀏覽代碼

[uat] add crss-registration datasource for filegen-addtlcomp and invoice gen

dmendoza 8 年之前
父節點
當前提交
2197242796

+ 6 - 0
crss-settlement-task-file-gen-addtlcomp/crss-settlement-task-file-gen-addtlcomp-pemc-dev.yml

@@ -18,6 +18,12 @@ spring:
       username: crss_meterprocess
       password: D9JpfUtT
       driverClassName: org.postgresql.Driver
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9
+      driverClassName: org.postgresql.Driver
 
   profiles:
     include: mesos

+ 6 - 0
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-pemc-dev.yml

@@ -18,6 +18,12 @@ spring:
       username: crss_meterprocess
       password: D9JpfUtT
       driverClassName: org.postgresql.Driver
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9
+      driverClassName: org.postgresql.Driver
 
   profiles:
     include: mesos