|
|
@@ -1,19 +1,19 @@
|
|
|
spring:
|
|
|
crss-main:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_meterprocess
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
crss-registration:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
crss-nmms:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_nmms
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -35,4 +35,4 @@ sftp:
|
|
|
host: pemc-storage.southeastasia.cloudapp.azure.com
|
|
|
port: 22
|
|
|
workingDirectory: /home/pemc/upload
|
|
|
- privateKey:
|
|
|
+ privateKey:
|