Ver código fonte

Add crss-reg datasource config for crss-settlement-task-validation

Adrian Viesca 8 anos atrás
pai
commit
6866629812

+ 9 - 0
crss-settlement-task-validation/application-dev.yml

@@ -8,6 +8,15 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.236.2:5432/crss_reg
+      username: admin
+      password: password
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:

+ 9 - 0
crss-settlement-task-validation/application-dev2.yml

@@ -8,6 +8,15 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg2
+      username: crss_settlement
+      password: crss_settlement
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:

+ 9 - 0
crss-settlement-task-validation/application-devlocal.yml

@@ -8,6 +8,15 @@ spring:
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
+      username: crss_reg
+      password: crss_reg
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:

+ 8 - 0
crss-settlement-task-validation/application-devoracle.yml

@@ -7,6 +7,14 @@ spring:
       driverClassName: oracle.jdbc.driver.OracleDriver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:oracle:thin:@localhost:1521:xe
+      username: crss_reg
+      password: crss_reg
+      driverClassName: org.postgresql.Driver
+      connectionTimeout: 10000
+      maxPoolSize: 20
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:

+ 9 - 0
crss-settlement-task-validation/application-pemc-uat.yml

@@ -7,6 +7,15 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_reg
+      username: crss_settlement
+      password: crss_settlement
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:

+ 9 - 0
crss-settlement-task-validation/application-qa.yml

@@ -7,6 +7,15 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_reg
+      username: admin
+      password: password
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:

+ 9 - 0
crss-settlement-task-validation/application.yml

@@ -7,6 +7,15 @@ spring:
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
+  crss-registration:
+    datasource:
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
+      username: crss_reg
+      password: crss_reg
+      driverClassName: org.postgresql.Driver
+      maxPoolSize: 5
+      test-on-borrow: true
+      validation-query: SELECT 1
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource: