| 123456789101112131415161718192021222324252627282930313233343536373839 |
- spring:
- crss-emdb:
- datasource:
- maxPoolSize: 5
- #test-on-borrow: true
- #validation-query: SELECT 1
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
- username: crss_dataflow
- password: crss_dataflow
- test-on-borrow: true
- validation-query: SELECT 1
- crss-nmms:
- datasource:
- jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=nmms
- username: crss_meterprocess
- password: crss_meterprocess
- test-on-borrow: true
- validation-query: SELECT 1
- crss-registration:
- datasource:
- jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
- username: crss_reg
- password: B3XxYcAb
- maxPoolSize: 5
- test-on-borrow: true
- validation-query: SELECT 1
- crss-settlements:
- datasource:
- jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=settlement
- username: crss_settlement
- password: crss_settlement
- maxPoolSize: 5
- test-on-borrow: true
- validation-query: SELECT 1
- redis:
- host: redis.marathon.l4lb.thisdcos.directory
|