|
|
@@ -1,17 +1,17 @@
|
|
|
spring:
|
|
|
crss-stl:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_settlement
|
|
|
- username: admin
|
|
|
- password: password
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_settlement
|
|
|
+ username: postgres
|
|
|
+ password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
connectionTimeout: 10000
|
|
|
maxPoolSize: 20
|
|
|
crss-registration:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_reg
|
|
|
- username: admin
|
|
|
- password: password
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_reg
|
|
|
+ username: postgres
|
|
|
+ password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|
|
|
@@ -19,41 +19,41 @@ spring:
|
|
|
# for removal after ITER 7 stl testing
|
|
|
crss-meterprocess:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_meterprocess
|
|
|
- username: admin
|
|
|
- password: password
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_meterprocess
|
|
|
+ username: postgres
|
|
|
+ password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
connectionTimeout: 10000
|
|
|
maxPoolSize: 20
|
|
|
crss-main:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_meterprocess
|
|
|
- username: admin
|
|
|
- password: password
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_meterprocess
|
|
|
+ username: postgres
|
|
|
+ password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
connectionTimeout: 10000
|
|
|
maxPoolSize: 20
|
|
|
crss-metering:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_metering
|
|
|
- username: admin
|
|
|
- password: password
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_metering
|
|
|
+ username: postgres
|
|
|
+ password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
connectionTimeout: 10000
|
|
|
maxPoolSize: 20
|
|
|
crss-nmms:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/todi_crss_nmms
|
|
|
- username: admin
|
|
|
- password: password
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.5:5432/todi_crss_nmms
|
|
|
+ username: postgres
|
|
|
+ password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
connectionTimeout: 10000
|
|
|
maxPoolSize: 20
|
|
|
crss-dataflow:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_dataflow
|
|
|
- username: admin
|
|
|
- password: password
|
|
|
+ jdbcUrl: jdbc:postgresql://10.64.0.5:5432/crss_dataflow
|
|
|
+ username: postgres
|
|
|
+ password: 123qwe
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
connectionTimeout: 10000
|
|
|
maxPoolSize: 20
|