|
|
@@ -15,6 +15,7 @@ spring:
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
connectionTimeout: 10000
|
|
|
maxPoolSize: 20
|
|
|
+ # for removal after ITER 7 stl testing
|
|
|
crss-meterprocess:
|
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://10.176.23.24:5432/stl_crss_meterprocess
|
|
|
@@ -23,6 +24,14 @@ spring:
|
|
|
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
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
|
|
|
jpa:
|
|
|
show-sql: false
|