spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_settlement username: crss_settlement password: crss_settlement maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 # for removal after ITER 7 stl testing crss-meterprocess: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess username: crss_settlement password: crss_settlement maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess username: crss_settlement password: crss_settlement maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-metering: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_metering username: crss_settlement password: crss_settlement maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_nmms username: crss_settlement password: crss_settlement 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 maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 jpa: properties: hibernate: generate_statistics: false redis: host: redis.marathon.l4lb.thisdcos.directory