Browse Source

Add meterprocess database in reg config dev/dev2

Ronald Levida 7 năm trước cách đây
mục cha
commit
ef0cde87de
2 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 5 0
      crss-reg/crss-reg-dev.yml
  2. 5 0
      crss-reg/crss-reg-dev2.yml

+ 5 - 0
crss-reg/crss-reg-dev.yml

@@ -13,6 +13,11 @@ spring:
       jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
       username: postgres
       password: postgres
+  crss-meterprocess:
+    datasource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss_meterprocess
+      username: postgres
+      password: postgres
   xdf-control:
     datasource:
       url: jdbc:postgresql://localhost:5432/dor_rt

+ 5 - 0
crss-reg/crss-reg-dev2.yml

@@ -14,6 +14,11 @@ spring:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
+  crss-meterprocess:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
   xdf-control:
     datasource:
       driverClassName: org.postgresql.Driver