| 12345678910111213141516171819 |
- spring:
- datasource:
- #url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
- #username: postgres
- #password: postgres
- url: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=admin
- username: crss_admin
- password: YReYA7fI
- profiles:
- include: embedded-ldap
- jpa:
- show-sql: false
- generate-ddl: false
- crss:
- security:
- oauth2:
- api-gateway: http://localhost:8080
- default-redirect-uri: http://localhost:8087
- registered-redirect-uris: http://localhost:8087,http://localhost:8089
|