spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement username: postgres password: postgres driverClassName: org.postgresql.Driver crss-main: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess username: postgres password: postgres driverClassName: org.postgresql.Driver crss-metering: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering username: postgres password: postgres driverClassName: org.postgresql.Driver crss-nmms: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms username: postgres password: postgres driverClassName: org.postgresql.Driver crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow username: postgres password: postgres driverClassName: org.postgresql.Driver redis: host: localhost port: 6379