Migrations

This commit is contained in:
Eden Kirin
2023-09-14 22:12:28 +02:00
parent db8fba7207
commit d4a04adfda
8 changed files with 141 additions and 29 deletions

View File

@ -32,6 +32,7 @@ DB_PORT=5432
DB_NAME=addressbook
DB_USER=addressbook
DB_PASSWORD=addressbook
DB_FLYWAY_PATH=/usr/local/bin/flyway
# Server
UVICORN_HOST=0.0.0.0