Browse Source

[meterprocess-app-dev] update db creds

dmendoza 7 năm trước cách đây
mục cha
commit
a877bb133e
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      crss-meterprocess-app/crss-meterprocess-app-dev.yml

+ 3 - 3
crss-meterprocess-app/crss-meterprocess-app-dev.yml

@@ -1,19 +1,19 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://localhost:5432/crss_meterprocess
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=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/crss?currentSchema=nmms
       username: postgres
       password: postgres
       driverClassName: org.postgresql.Driver