mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
notify-push - fix postgres_user variable
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6e8fee9d9e
commit
031d4cd19c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ fi
|
||||||
echo "notify-push was started"
|
echo "notify-push was started"
|
||||||
|
|
||||||
# Set sensitive values as env
|
# Set sensitive values as env
|
||||||
export DATABASE_URL="postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST/$POSTGRES_DB"
|
export DATABASE_URL="postgres://oc_$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST/$POSTGRES_DB"
|
||||||
export REDIS_URL="redis://:$REDIS_HOST_PASSWORD@$REDIS_HOST"
|
export REDIS_URL="redis://:$REDIS_HOST_PASSWORD@$REDIS_HOST"
|
||||||
|
|
||||||
# Run it
|
# Run it
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue