migrations

This commit is contained in:
dylan
2023-10-31 20:31:17 -07:00
parent c55a9e8b98
commit 334c09df7c
5 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
export PORT=8080
export DB_HOST=postgres
export DB_HOST=localhost
export DB_USER=postgres
export DB_PASSWORD=password
export DB_NAME=db_name