@@ -13,6 +13,11 @@ spring:
jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
username: postgres
password: postgres
+ crss-admin:
+ datasource:
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
+ username: postgres
+ password: postgres
crss-meterprocess:
datasource:
jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
@@ -14,6 +14,11 @@ spring:
jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
username: crss_dataflow
password: crss_dataflow
+ jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=admin
+ username: crss_admin
+ password: crss_admin
jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
@@ -19,6 +19,11 @@ spring:
jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
username: crss_meterprocess
password: D9JpfUtT
+ jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=admin
+ password: YReYA7fI
xdf-control:
driverClassName: org.postgresql.Driver
jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=dataflow
password: lgcCpwy0
+ jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=admin
jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=meterprocess