|
@@ -20,6 +20,12 @@ spring:
|
|
|
maximumPoolSize: 2
|
|
maximumPoolSize: 2
|
|
|
test-on-borrow: true
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
validation-query: SELECT 1
|
|
|
|
|
+ crss-stl-ts:
|
|
|
|
|
+ datasource:
|
|
|
|
|
+ jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/settlement
|
|
|
|
|
+ username: iemop
|
|
|
|
|
+ password: '@oPL0YwPCql06WMN3YI3'
|
|
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
http:
|
|
http:
|
|
|
multipart:
|
|
multipart:
|
|
|
maxRequestSize: 100MB
|
|
maxRequestSize: 100MB
|