@@ -1,8 +1,11 @@
spring:
datasource:
- url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
- username: postgres
- password: postgres
+ #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: