| 1234567891011121314151617181920212223 |
- 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: http://localhost:9999/uaa
- admin-url: http://localhost:9091
- logging:
- level:
- com.pemc.crss: DEBUG
- cfg:
- general:
- interval: 5
- calcValidation: false
|