| 12345678910111213141516171819202122232425262728 |
- 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:
- resource:
- userInfoUri: https://crss-dev.exist.com.ph/uaa/user
|