spring: rabbitmq: host: localhost username: user password: a9Kpj4Xt8mNw redis: host: localhost datasource: driverClassName: org.postgresql.Driver crss: api.gateway: https://crss-dev.exist.com.ph security.url: https://crss-dev.exist.com.ph/uaa admin-url: http://localhost:8081 logging: level: com.pemc.crss: DEBUG cfg: general: interval: 5 calcValidation: false security: oauth2: client: accessTokenUri: http://localhost:9999/uaa/oauth/token userAuthorizationUri: http://localhost:9999/uaa/oauth/authorize clientId: crss clientSecret: crsssecret authorized-grant-types: authorization_code,refresh_token,password scope: openid access-token-validity-seconds: 3600 resource: userInfoUri: http://localhost:9999/uaa/user