|
Last change
on this file since 2e0035f was 2e0035f, checked in by Acko <lavurovski.a65@…>, 8 days ago |
|
Initial Commit
|
-
Property mode
set to
100644
|
|
File size:
320 bytes
|
| Line | |
|---|
| 1 | # Local development against the Docker database instead of the faculty
|
|---|
| 2 | # server. Activate with: --spring.profiles.active=local
|
|---|
| 3 | # or in IntelliJ: Run > Edit Configurations > Active profiles: local
|
|---|
| 4 | spring:
|
|---|
| 5 | datasource:
|
|---|
| 6 | url: jdbc:postgresql://localhost:5433/nutritioneer
|
|---|
| 7 | username: postgres
|
|---|
| 8 | password: postgres
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.