mirror of
https://github.com/kristoferssolo/echoes-of-ascension.git
synced 2026-02-04 06:22:03 +00:00
feat(migrations): migrate old code
This commit is contained in:
2
scripts/init_db
Normal file → Executable file
2
scripts/init_db
Normal file → Executable file
@@ -16,7 +16,7 @@ fi
|
||||
|
||||
DB_USER="${POSTGRES_USER:=postgres}"
|
||||
DB_PASSWORD="${POSTGRES_PASSWORD:=password}"
|
||||
DB_NAME="${POSTGRES_DB:=newsletter}"
|
||||
DB_NAME="${POSTGRES_DB:=echoes-of-ascension}"
|
||||
DB_PORT="${POSTGRES_PORT:=5432}"
|
||||
DB_HOST="${POSTGRES_HOST:=localhost}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user