|
Last change
on this file was 92e7c7a, checked in by veronika-ils <ilioskaveronika@…>, 7 hours ago |
|
Petify fullstack project
|
-
Property mode
set to
100644
|
|
File size:
288 bytes
|
| Rev | Line | |
|---|
| [92e7c7a] | 1 |
|
|---|
| 2 | # PostgreSQL via Docker
|
|---|
| 3 | spring.datasource.url=jdbc:postgresql://localhost:5433/${DB_LOCAL_NAME}
|
|---|
| 4 | spring.datasource.username=${DB_LOCAL_USERNAME}
|
|---|
| 5 | spring.datasource.password=${DB_LOCAL_PASSWORD}
|
|---|
| 6 | spring.datasource.driver-class-name=org.postgresql.Driver
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | spring.jpa.hibernate.ddl-auto=none
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.