spring: crss-emdb: datasource: maxPoolSize: 5 #test-on-borrow: true #validation-query: SELECT 1 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_dataflow username: crss_dataflow password: crss_dataflow test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_nmms username: crss_nmms password: crss_nmms test-on-borrow: true validation-query: SELECT 1 crss-registration: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg username: crss_reg password: crss_reg driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-settlements: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_settlement username: crss_settlement password: crss_settlement driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 redis: host: redis.marathon.l4lb.thisdcos.directory