Quellcode durchsuchen

[185662][192063] Add admin datasource to reg config for disabling users during cease participant schedule job

Joshua Mengote vor 6 Jahren
Ursprung
Commit
70876ad192
4 geänderte Dateien mit 20 neuen und 0 gelöschten Zeilen
  1. 5 0
      crss-reg/crss-reg-dev.yml
  2. 5 0
      crss-reg/crss-reg-dev2.yml
  3. 5 0
      crss-reg/crss-reg-pemc-dev.yml
  4. 5 0
      crss-reg/crss-reg.yml

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

@@ -13,6 +13,11 @@ spring:
       jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
       username: postgres
       password: postgres
+  crss-admin:
+    datasource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
+      username: postgres
+      password: postgres
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess

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

@@ -14,6 +14,11 @@ spring:
       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
+  crss-admin:
+    datasource:
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=admin
+      username: crss_admin
+      password: crss_admin
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess

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

@@ -19,6 +19,11 @@ spring:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: D9JpfUtT
+  crss-admin:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=admin
+      username: crss_admin
+      password: YReYA7fI
   xdf-control:
     datasource:
       driverClassName: org.postgresql.Driver

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

@@ -13,6 +13,11 @@ spring:
       jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: lgcCpwy0
+  crss-admin:
+    datasource:
+      jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=admin
+      username: crss_admin
+      password: YReYA7fI
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=meterprocess