|
|
@@ -0,0 +1,37 @@
|
|
|
+spring:
|
|
|
+ crss-audit:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_audit
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maxPoolSize: 20
|
|
|
+ connectionTimeout: 10000
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
+ jpa:
|
|
|
+ open-in-view: false
|
|
|
+ properties:
|
|
|
+ hibernate:
|
|
|
+ dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
+ ddl-auto: update
|
|
|
+ hbm2ddl:
|
|
|
+ auto: update
|
|
|
+ redis:
|
|
|
+ host: redis.marathon.l4lb.thisdcos.directory
|
|
|
+ port: 6379
|
|
|
+
|
|
|
+server:
|
|
|
+ port: 9094
|
|
|
+ undertow:
|
|
|
+ accesslog:
|
|
|
+ dir: target
|
|
|
+ enabled: true
|
|
|
+ pattern: combined
|
|
|
+ compression:
|
|
|
+ enabled: true
|
|
|
+ min-response-size: 1
|
|
|
+
|
|
|
+logging:
|
|
|
+ level:
|
|
|
+ com.pemc: debug
|