spring: profiles.include: client-sec crss-audit: datasource: jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=audit username: crss_audit password: S0CuFyj6 driverClassName: com.edb.Driver maxPoolSize: 2 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 security: oauth2: client: accessTokenUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/access_token userAuthorizationUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/authorize resource: userInfoUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/user server: port: 9094 undertow: accesslog: dir: target enabled: true pattern: combined compression: enabled: true min-response-size: 1 session: cookie: secure: true logging: level: com.pemc: debug