Browse Source

changed db urls for dataextraction in azure

Jejomar Dimayuga 8 năm trước cách đây
mục cha
commit
89834ebda3
1 tập tin đã thay đổi với 9 bổ sung9 xóa
  1. 9 9
      crss-data/crss-data-azure.yml

+ 9 - 9
crss-data/crss-data-azure.yml

@@ -1,16 +1,16 @@
 spring:
   datasource:
     # TODO: Should be replaced with psql after UAT
-    url: jdbc:postgresql://10.64.0.4:5432/crss_data
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataextraction
 #    url: jdbc:oracle:thin:@10.64.0.4:1521:ORCL
-    username: crss_data
-    password: crss_data
+    username: crss_dataextraction
+    password: crss_dataextraction
 crss:
   metadata:
     datasource:
-      url: jdbc:postgresql://10.64.0.4:5432/crss_data
-      username: crss_data
-      password: crss_data
+      url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataextraction
+      username: crss_dataextraction
+      password: crss_dataextraction
   datawarehouse:
     datasource:
       platform: postgresql
@@ -19,6 +19,6 @@ crss:
       password: crss_dw
   registration:
      datasource:
-       url: jdbc:postgresql://10.64.0.4:5432/crss_reg
-       username: crss_reg
-       password: crss_reg
+       url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+       username: crss_registration
+       password: crss_registration