| 1234567891011121314151617181920 |
- spring:
- redis:
- database: 2
- datasource:
- url: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=admin
- username: iemop
- password: '@oPL0YwPCql06WMN3YI3'
- profiles:
- include: embedded-ldap
- crss:
- security:
- oauth2:
- api-gateway: https://crss-dev.exist.com.ph
- default-redirect-uri: https://crss-dev.exist.com.ph
- registered-redirect-uris: https://crss-dev.exist.com.ph,https://localhost:8087,https://localhost:8089,https://localhost:8091
- logging:
- level:
- com.pemc.crss: DEBUG
|