|
|
@@ -1,7 +1,7 @@
|
|
|
spring:
|
|
|
crss-stl:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_settlement
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_settlement
|
|
|
username: postgres
|
|
|
password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -9,7 +9,7 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
crss-registration:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_reg
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_reg
|
|
|
username: postgres
|
|
|
password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -19,7 +19,7 @@ spring:
|
|
|
# for removal after ITER 7 stl testing
|
|
|
crss-meterprocess:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_meterprocess
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
|
|
|
username: postgres
|
|
|
password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -27,7 +27,7 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
crss-main:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_meterprocess
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
|
|
|
username: postgres
|
|
|
password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -35,7 +35,7 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
crss-metering:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_metering
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_metering
|
|
|
username: postgres
|
|
|
password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -43,7 +43,7 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
crss-nmms:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://10.64.0.5:5432/todi_crss_nmms
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.4:5432/todi_crss_nmms
|
|
|
username: postgres
|
|
|
password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -51,7 +51,7 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
crss-dataflow:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_dataflow
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
|
|
|
username: postgres
|
|
|
password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|