|
|
@@ -37,6 +37,16 @@ spring:
|
|
|
maximumPoolSize: 3
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
+ crss-stl:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=settlement&ApplicationName=stlApp
|
|
|
+ username: crss_settlement
|
|
|
+ password: i17SMOPm
|
|
|
+ driverClassName: com.edb.Driver
|
|
|
+ connectionTimeout: 150000
|
|
|
+ maximumPoolSize: 3
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
crss-scheduler:
|
|
|
datasource:
|
|
|
jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=scheduler
|