mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
postgres-init-db: Don't hardcode LOCAL_DATABASE_PASSWORD.
(imported from commit e2cf6c6c0abb688c77661e4849e7b574b4222e68)
This commit is contained in:
@@ -9,7 +9,7 @@ fi
|
||||
|
||||
if [[ $# == 0 ]]; then
|
||||
USERNAME=zulip
|
||||
PASSWORD=xxxxxxxxxxxx
|
||||
PASSWORD=$($(dirname $0)/../../bin/get-django-setting LOCAL_DATABASE_PASSWORD)
|
||||
DBNAME=zulip
|
||||
SEARCH_PATH="$USERNAME",public
|
||||
elif [[ $# == 4 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user