|
Last change
on this file was 92e7c7a, checked in by veronika-ils <ilioskaveronika@…>, 5 hours ago |
|
Petify fullstack project
|
-
Property mode
set to
100644
|
|
File size:
268 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | spring.datasource.url=jdbc:postgresql://localhost:5432/${DB_REMOTE_NAME}
|
|---|
| 3 | spring.datasource.username=${DB_REMOTE_USERNAME}
|
|---|
| 4 | spring.datasource.password=${DB_REMOTE_PASSWORD}
|
|---|
| 5 | spring.datasource.driver-class-name=org.postgresql.Driver
|
|---|
| 6 |
|
|---|
| 7 | spring.jpa.hibernate.ddl-auto=update
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.