application-exist-dev.yml 830 B

12345678910111213141516171819202122232425262728293031323334353637
  1. spring:
  2. rabbitmq:
  3. host: localhost
  4. username: user
  5. password: a9Kpj4Xt8mNw
  6. redis:
  7. host: localhost
  8. datasource:
  9. driverClassName: org.postgresql.Driver
  10. crss:
  11. api.gateway: https://crss-dev.exist.com.ph
  12. security.url: https://crss-dev.exist.com.ph/uaa
  13. admin-url: http://localhost:8081
  14. logging:
  15. level:
  16. com.pemc.crss: DEBUG
  17. cfg:
  18. general:
  19. interval: 5
  20. calcValidation: false
  21. security:
  22. oauth2:
  23. client:
  24. accessTokenUri: http://localhost:9999/uaa/oauth/token
  25. userAuthorizationUri: http://localhost:9999/uaa/oauth/authorize
  26. clientId: crss
  27. clientSecret: crsssecret
  28. authorized-grant-types: authorization_code,refresh_token,password
  29. scope: openid
  30. access-token-validity-seconds: 3600
  31. resource:
  32. userInfoUri: http://localhost:9999/uaa/user