mirror of
https://github.com/kristoferssolo/axum-template.git
synced 2025-10-21 17:20:35 +00:00
fix: init_db
This commit is contained in:
parent
a779fce7ea
commit
a73ce4580b
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}"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user