spring: datasource: url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=admin username: crss_admin password: YReYA7fI redis: database: 1 server: port: 9999 use-forward-headers: true context-path: /uaa management: health: defaults: enabled: false crss: security: oauth2: default-redirect-uri: http://crss.prod.crss.wesmsys.local auto-approve: true authorized-grant-types: authorization_code,refresh_token,password access-token-validity-second: 3600 registered-redirect-uris: crss.prod.crss.wesmsys.local,bsmd.prod.crss.wesmsys.local,http://crss.prod.crss.wesmsys.local,http://bsmd.prod.crss.wesmsys.local client: client-id: crss client-secret: crsssecret scope: openid ldap: protocol: LDAPS host: "192.168.41.106" port: 636 root-dn: "dc=wesmsys,dc=local" user-search-base: MO,MP,SO admin-user: "wesmsys\\crss_user" admin-password: "Cr$$1234" username-field: "userPrincipalName" domain: "wesmsys.local" embedded: false passwordOpEnabled: true