feat: propper db persistence w/ docker support
This commit is contained in:
parent
2c4995f9d7
commit
4c3d939d9a
9 changed files with 276 additions and 160 deletions
|
|
@ -1,4 +1,6 @@
|
|||
PORT=9000
|
||||
HOST=localhost
|
||||
|
||||
DB_URL=jdbc:postgresql://localhost:5432/homepage
|
||||
DB_MIGRATION=src/main/resources/db/migration
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=postgres
|
||||
Loading…
Add table
Add a link
Reference in a new issue