spring: profiles: include: embedded-ldap datasource: url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin username: crss_admin password: CrssAdmin redis: database: 1 server: port: 9999 use-forward-headers: true context-path: /uaa crss: security: oauth2: default-redirect-uri: http://localhost:8087 auto-approve: true authorized-grant-types: authorization_code,refresh_token,password access-token-validity-second: 3600 registered-redirect-uris: http://localhost:8087,http://localhost:8089 client: client-id: crss client-secret: crsssecret scope: openid