|
|
@@ -0,0 +1,67 @@
|
|
|
+spring:
|
|
|
+ crss-stl:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=settlement
|
|
|
+ username: crss_settlement
|
|
|
+ password: crss_settlement
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+ crss-registration:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=registration
|
|
|
+ username: crss_reg
|
|
|
+ password: 51UF3JA9
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+ crss-metering:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=metering
|
|
|
+ username: crss_metering
|
|
|
+ password: Fh7UcXpW
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+ crss-nmms:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=nmms
|
|
|
+ username: crss_settlement
|
|
|
+ password: crss_settlement
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+ crss-dataflow:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:edb://10.176.11.23:5432/crss?currentSchema=dataflow
|
|
|
+ username: crss_dataflow
|
|
|
+ password: crss_dataflow
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+
|
|
|
+ jpa:
|
|
|
+ show-sql: false
|
|
|
+ generate-ddl: false
|
|
|
+ properties:
|
|
|
+ hibernate:
|
|
|
+ # dialect: org.hibernate.dialect.PostgreSQL81Dialect
|
|
|
+ ddl-auto: validate
|
|
|
+ hbm2ddl:
|
|
|
+ import_files:
|
|
|
+
|
|
|
+ batch:
|
|
|
+ job:
|
|
|
+ enabled: true
|
|
|
+
|
|
|
+ redis:
|
|
|
+ host: redis.marathon.l4lb.thisdcos.directory
|
|
|
+ port: 6379
|
|
|
+
|
|
|
+report:
|
|
|
+ directory:
|
|
|
+ base: report/
|
|
|
+
|
|
|
+sftp:
|
|
|
+ credentials:
|
|
|
+ username: pemc
|
|
|
+ password: 123qwe
|
|
|
+ host: sftp.marathon.l4lb.thisdcos.directory
|
|
|
+ port: 22
|
|
|
+ workingDirectory: /upload/stl
|
|
|
+ privateKey:
|