|
|
@@ -1,21 +1,21 @@
|
|
|
spring:
|
|
|
crss-stl:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=settlement
|
|
|
- username: crss_settlement
|
|
|
- password: crss_settlement
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
crss-worklist:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=worklist
|
|
|
- username: crss_worklist
|
|
|
- password: crss_worklist
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=worklist
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
crss-main:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=meterprocess
|
|
|
- username: crss_meterprocess
|
|
|
- password: crss_meterprocess
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
dataflow:
|
|
|
url: http://localhost:9393
|