mirror of
https://github.com/kristoferssolo/axum-template.git
synced 2026-02-04 06:22:02 +00:00
fix: init_db
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:={{project-name}}}"
|
||||
DB_PORT="${POSTGRES_PORT:=5432}"
|
||||
DB_HOST="${POSTGRES_HOST:=localhost}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user