Browse Source

add meterprocess datasource config in st app

Adrian Viesca 7 years ago
parent
commit
79d90a5161
1 changed files with 9 additions and 0 deletions
  1. 9 0
      crss-settlement-app/crss-settlement-app-dev2.yml

+ 9 - 0
crss-settlement-app/crss-settlement-app-dev2.yml

@@ -11,6 +11,15 @@ spring:
       jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=worklist
       username: crss_worklist
       password: crss_worklist
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
+      driverClassName: org.postgresql.Driver
+      maximumPoolSize: 2
+      test-on-borrow: true
+      validation-query: SELECT 1
 
 server:
   port: 8082