|
@@ -4,16 +4,19 @@ spring:
|
|
|
jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
|
|
jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
|
|
|
username: crss_dataflow
|
|
username: crss_dataflow
|
|
|
password: crss_dataflow
|
|
password: crss_dataflow
|
|
|
|
|
+ maxPoolSize: 2
|
|
|
crss-main:
|
|
crss-main:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
|
|
jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
|
|
|
username: crss_meterprocess
|
|
username: crss_meterprocess
|
|
|
password: crss_meterprocess
|
|
password: crss_meterprocess
|
|
|
|
|
+ maxPoolSize: 2
|
|
|
crss-registration:
|
|
crss-registration:
|
|
|
dataSource:
|
|
dataSource:
|
|
|
jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
|
|
jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
|
|
|
username: crss_registration
|
|
username: crss_registration
|
|
|
password: crss_registration
|
|
password: crss_registration
|
|
|
|
|
+ maxPoolSize: 2
|
|
|
jpa:
|
|
jpa:
|
|
|
show-sql: false
|
|
show-sql: false
|
|
|
properties:
|
|
properties:
|
|
@@ -38,15 +41,10 @@ spring:
|
|
|
redis:
|
|
redis:
|
|
|
database: 4
|
|
database: 4
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
batch:
|
|
batch:
|
|
|
partitionSize:
|
|
partitionSize:
|
|
|
mtr: 1
|
|
mtr: 1
|
|
|
|
|
|
|
|
-mtr:
|
|
|
|
|
- directory: /tmp/
|
|
|
|
|
-
|
|
|
|
|
sftp:
|
|
sftp:
|
|
|
credentials:
|
|
credentials:
|
|
|
host: sftp.marathon.l4lb.thisdcos.directory
|
|
host: sftp.marathon.l4lb.thisdcos.directory
|