소스 검색

apply the changes for the movement of crss.meterprocess to metering db and crss.settlement to settlment db

Roderick F. Ramos 9 달 전
부모
커밋
ddcda51315
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      crss-meterprocess-app/crss-meterprocess-app-exist-cloud.yml
  2. 2 2
      crss-settlement-app/crss-settlement-app-exist-cloud.yml

+ 1 - 1
crss-meterprocess-app/crss-meterprocess-app-exist-cloud.yml

@@ -2,7 +2,7 @@ spring:
   crss-main:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/metering?currentSchema=meterprocess
       username: iemop
       password: '@oPL0YwPCql06WMN3YI3'
   crss-registration:

+ 2 - 2
crss-settlement-app/crss-settlement-app-exist-cloud.yml

@@ -1,7 +1,7 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=settlement
+      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/settlement?currentSchema=settlement
       username: iemop
       password: '@oPL0YwPCql06WMN3YI3'
       driverClassName: org.postgresql.Driver
@@ -13,7 +13,7 @@ spring:
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=meterprocess
+      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/metering?currentSchema=meterprocess
       username: iemop
       password: '@oPL0YwPCql06WMN3YI3'
       driverClassName: org.postgresql.Driver