Răsfoiți Sursa

add region validation

mlnicolas 7 ani în urmă
părinte
comite
6b2d487cd1

+ 7 - 1
crss-worklist-app/crss-worklist-app-azure.yml

@@ -16,4 +16,10 @@ spring:
        jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
        username: crss_meterprocess
        password: crss_meterprocess
-       driverClassName: "${spring.datasource.driverClassName}"
+       driverClassName: "${spring.datasource.driverClassName}"
+  crss-registration:
+    dataSource:
+      driverClassName: "${spring.datasource.driverClassName}"
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration

+ 5 - 0
crss-worklist-app/crss-worklist-app-dev.yml

@@ -19,6 +19,11 @@ spring:
       username: postgres
       password: postgres
       driverClassName: org.postgresql.Driver
+  crss-registration:
+    dataSource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
+      username: postgres
+      password: postgres
   jpa:
     show-sql: false
     generate-ddl: false

+ 7 - 0
crss-worklist-app/crss-worklist-app-dev2.yml

@@ -16,4 +16,11 @@ spring:
       jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
+      driverClassName: org.postgresql.Driver
+  crss-registration:
+    dataSource:
+      jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=registration
+      url: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver

+ 6 - 0
crss-worklist-app/crss-worklist-app-pemc-dev.yml

@@ -16,4 +16,10 @@ spring:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: D9JpfUtT
+      driverClassName: org.postgresql.Driver
+  crss-registration:
+    dataSource:
+      jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9
       driverClassName: org.postgresql.Driver

+ 10 - 0
crss-worklist-app/crss-worklist-app.yml

@@ -26,6 +26,16 @@ spring:
       maximumPoolSize: 3
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-registration:
+    dataSource:
+      jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: 51UF3JA9
+      driverClassName: com.edb.Driver
+      connectionTimeout: 150000
+      maximumPoolSize: 3
+      test-on-borrow: true
+      validation-query: SELECT 1
   jpa:
     show-sql: false
     generate-ddl: false