spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://192.168.236.2:5432/crss_settlement username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-registration: datasource: jdbcUrl: jdbc:postgresql://192.168.236.2:5432/crss_reg username: admin password: password driverClassName: org.postgresql.Driver 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.236.2:5432/stl_crss_meterprocess username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://192.168.236.2:5432/stl_crss_meterprocess username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-metering: datasource: jdbcUrl: jdbc:postgresql://192.168.236.2:5432/stl_crss_metering username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://192.168.236.2:5432/stl_crss_nmms username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://192.168.236.2:5432/crss_dataflow username: admin password: password driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 jpa: show-sql: false generate-ddl: true properties: hibernate: generate_statistics: true dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: validate hbm2ddl: import_files: batch: job: enabled: true redis: host: redis.marathon.l4lb.thisdcos.directory port: 6379 logging: level: com.pemc: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug