Browse Source

Change meterprocess registration schema to crss_reg2

Monte Cillo Co 8 years ago
parent
commit
a3d62c61c3

+ 3 - 3
crss-meterprocess-stream-daily-sink/application-dev2.yml

@@ -19,9 +19,9 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg
-      username: crss_reg
-      password: crss_reg
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg2
+      username: crss_reg2
+      password: crss_reg2
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 6 - 6
crss-meterprocess-stream-mapper/application-dev2.yml

@@ -6,18 +6,18 @@ spring:
           content-type: application/json
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg
-      username: crss_reg
-      password: crss_reg
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg2
+      username: crss_reg2
+      password: crss_reg2
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg
-      username: crss_reg
-      password: crss_reg
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg2
+      username: crss_reg2
+      password: crss_reg2
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 3 - 3
crss-meterprocess-stream-processor-daily-validate/application-dev2.yml

@@ -19,9 +19,9 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg
-      username: crss_reg
-      password: crss_reg
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg2
+      username: crss_reg2
+      password: crss_reg2
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 3 - 3
crss-mq-computation/application-dev2.yml

@@ -19,9 +19,9 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg
-      username: crss_reg
-      password: crss_reg
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg2
+      username: crss_reg2
+      password: crss_reg2
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 3 - 3
crss-mtr/application-dev2.yml

@@ -19,9 +19,9 @@ spring:
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg
-      username: crss_reg
-      password: crss_reg
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg2
+      username: crss_reg2
+      password: crss_reg2
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true