Explorar o código

add settlement and dataflow datasource configs for crss-reg app

dmendoza %!s(int64=8) %!d(string=hai) anos
pai
achega
b495ddf69c

+ 10 - 0
crss-reg/crss-reg-azure.yml

@@ -4,6 +4,16 @@ spring:
     url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
     username: crss_registration
     password: crss_registration
+  crss-stl:
+    datasource:
+      url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
+  crss-dataflow:
+    datasource:
+      url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
   xdf-control:
     datasource:
       driverClassName: org.postgresql.Driver

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

@@ -3,6 +3,16 @@ spring:
     url: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
     username: crss_registration
     password: CrssRegistration
+  crss-stl:
+    datasource:
+      url: jdbc:postgresql://localhost:5432/crss_settlement
+      username: postgres
+      password: postgres
+  crss-dataflow:
+    datasource:
+      url: jdbc:postgresql://localhost:5432/crss_dataflow
+      username: postgres
+      password: postgres
   xdf-control:
     datasource:
       url: jdbc:postgresql://localhost:5432/dor_rt

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

@@ -4,6 +4,16 @@ spring:
     url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
     username: crss_registration
     password: crss_registration
+  crss-stl:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
+  crss-dataflow:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
   xdf-control:
     datasource:
       driverClassName: org.postgresql.Driver

+ 10 - 0
crss-reg/crss-reg-pemc-dev.yml

@@ -4,6 +4,16 @@ spring:
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
     username: crss_registration
     password: 51UF3JA9
+  crss-stl:
+    datasource:
+      url: jdbc:postgresql://192.168.1.81:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: i17SMOPm
+  crss-dataflow:
+    datasource:
+      url: jdbc:postgresql://192.168.1.81:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
   #xdf-control:
     #datasource:
       #driverClassName: org.postgresql.Driver

+ 10 - 0
crss-reg/crss-reg.yml

@@ -3,6 +3,16 @@ spring:
     url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
     username: crss_registration
     password: 51UF3JA9
+  crss-stl:
+    datasource:
+      url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: i17SMOPm
+  crss-dataflow:
+    datasource:
+      url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: lgcCpwy0
   #xdf-control:
     # TODO: update to oracle datasource once credentials are available
     #datasource: