spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 crss-main: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 crss-metering: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=metering username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=nmms username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow username: postgres password: postgres driverClassName: org.postgresql.Driver connectionTimeout: 10000 maxPoolSize: 20 jpa: show-sql: false generate-ddl: true properties: hibernate: generate_statistics: false dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: hbm2ddl: auto: import_files: batch: job: enabled: true redis: host: localhost port: 6379 batch: resourceLocation: "file:target/libs/crss-settlement-task-calculation-addtlcomp-2.7.0.BUILD-SNAPSHOT.jar" chunkSize: 100 maxWorkers: 2 partitionSize: ac: 1500 acAlloc: 1500 vatAc: 1500 vatAcAlloc: 1500 acGmr: 1500 logging: level: com.pemc: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug