|
Last change
on this file since 48d2bed was 48d2bed, checked in by MBK <marija.karapandzova@…>, 2 days ago |
|
Remote database setup, fixed models and application properties
|
-
Property mode
set to
100644
|
|
File size:
268 bytes
|
| Line | |
|---|
| 1 | # PostgreSQL via Docker/local environment
|
|---|
| 2 | spring.datasource.url=jdbc:postgresql://localhost:5433/${DB_LOCAL_NAME}
|
|---|
| 3 | spring.datasource.username=${DB_LOCAL_USERNAME}
|
|---|
| 4 | spring.datasource.password=${DB_LOCAL_PASSWORD}
|
|---|
| 5 | spring.datasource.driver-class-name=org.postgresql.Driver
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.