File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ server:
1616
1717spring :
1818 datasource :
19- # url: ${POSTGRESQL_DB_URL}
20- # username: ${POSTGRESQL_DB_USER}
21- # password: ${POSTGRESQL_DB_PASSWORD}
22- url : jdbc:postgresql://localhost:5432/acm
23- username : acmsecy
24- password : acmheads
19+ url : ${POSTGRESQL_DB_URL}
20+ username : ${POSTGRESQL_DB_USER}
21+ password : ${POSTGRESQL_DB_PASSWORD}
22+ # url: jdbc:postgresql://localhost:5432/acm
23+ # username: acmsecy
24+ # password: acmheads
2525 hikari :
2626 maximumPoolSize : 20
2727 minimumIdle : 5
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ server:
1616
1717spring :
1818 datasource :
19- # url: ${POSTGRESQL_DB_URL}
20- # username: ${POSTGRESQL_DB_USER}
21- # password: ${POSTGRESQL_DB_PASSWORD}
22- url : jdbc:postgresql://localhost:5432/acm
23- username : acmsecy
24- password : acmheads
19+ url : ${POSTGRESQL_DB_URL}
20+ username : ${POSTGRESQL_DB_USER}
21+ password : ${POSTGRESQL_DB_PASSWORD}
22+ # url: jdbc:postgresql://localhost:5432/acm
23+ # username: acmsecy
24+ # password: acmheads
2525 hikari :
2626 maximumPoolSize : 20
2727 minimumIdle : 5
You can’t perform that action at this time.
0 commit comments