Преглед на файлове

updated phase2 db connections

Jejomar Dimayuga преди 8 години
родител
ревизия
e180b600b7

+ 5 - 5
crss-meterprocess-app/application-pemc-uat.yml

@@ -11,17 +11,17 @@ spring:
   crss-registration:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_nmms
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 4 - 4
crss-meterprocess-stream-daily-sink/application-pemc-uat.yml

@@ -11,8 +11,8 @@ spring:
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_metering2
-      username: crss_metering2
-      password: crss_metering2
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -20,8 +20,8 @@ spring:
   crss-registration:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 2 - 2
crss-meterprocess-stream-mapper/application-pemc-uat.yml

@@ -7,8 +7,8 @@ spring:
   crss-registration:
     dataSource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 4 - 4
crss-meterprocess-stream-processor-daily-validate/application-pemc-uat.yml

@@ -11,8 +11,8 @@ spring:
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_metering2
-      username: crss_metering2
-      password: crss_metering2
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -20,8 +20,8 @@ spring:
   crss-registration:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 2 - 2
crss-meterprocess-stream-source-daily-raw/application-pemc-uat.yml

@@ -3,8 +3,8 @@ spring:
   profiles: dailyExtract
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: crss_metering2
-    username: crss_metering2
+    password: crss_meterprocess
+    username: crss_meterprocess
     url: jdbc:postgresql://10.176.23.24:5432/crss_metering2
     maxPoolSize: 5
     test-on-borrow: true

+ 2 - 2
crss-meterprocess-task-stlready/application-pemc-uat.yml

@@ -20,8 +20,8 @@ spring:
   crss-nmms:
       datasource:
         jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_nmms
-        username: crss_nmms
-        password: crss_nmms
+        username: crss_meterprocess
+        password: crss_meterprocess
         driverClassName: org.postgresql.Driver
         maxPoolSize: 5
         test-on-borrow: true

+ 2 - 2
crss-mq-computation/application-pemc-uat.yml

@@ -20,8 +20,8 @@ spring:
   crss-registration:
     dataSource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 2 - 2
crss-mtr/application-pemc-uat.yml

@@ -20,8 +20,8 @@ spring:
   crss-registration:
     dataSource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg2
-      username: crss_reg2
-      password: crss_reg2
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 8 - 8
crss-settlement-task-calculation/application-pemc-uat.yml

@@ -11,32 +11,32 @@ spring:
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_metering
-      username: stl_crss_metering
-      password: stl_crss_metering
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-nmms:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_nmms
-      username: stl_crss_nmms
-      password: stl_crss_nmms
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20

+ 4 - 4
crss-settlement-task-invoice-generation/application-pemc-uat.yml

@@ -19,16 +19,16 @@ spring:
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
-      username: stl_crss_meterprocess
-      password: stl_crss_meterprocess
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20