|
|
@@ -4,34 +4,11 @@ spring:
|
|
|
jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_uat?currentSchema=audit
|
|
|
username: crss_audit
|
|
|
password: crss_audit
|
|
|
- driverClassName: org.postgresql.Driver
|
|
|
maxPoolSize: 5
|
|
|
- connectionTimeout: 10000
|
|
|
- test-on-borrow: true
|
|
|
- validation-query: SELECT 1
|
|
|
- jpa:
|
|
|
- open-in-view: false
|
|
|
- properties:
|
|
|
- hibernate:
|
|
|
- dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
- ddl-auto: none
|
|
|
- hbm2ddl:
|
|
|
- auto: none
|
|
|
redis:
|
|
|
host: redis.marathon.l4lb.thisdcos.directory
|
|
|
- port: 6379
|
|
|
database: 5
|
|
|
|
|
|
-server:
|
|
|
- port: 9094
|
|
|
- undertow:
|
|
|
- accesslog:
|
|
|
- dir: target
|
|
|
- enabled: true
|
|
|
- pattern: combined
|
|
|
- compression:
|
|
|
- enabled: true
|
|
|
- min-response-size: 1
|
|
|
|
|
|
security:
|
|
|
oauth2:
|
|
|
@@ -40,7 +17,3 @@ security:
|
|
|
userAuthorizationUri: http://crss-uat-defaultcrss1admin-service.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
|
|
|
resource:
|
|
|
userInfoUri: http://crss-uat-defaultcrss1admin-service.marathon.l4lb.thisdcos.directory:8080/user
|
|
|
-
|
|
|
-logging:
|
|
|
- level:
|
|
|
- com.pemc: debug
|