Skip to content

Commit

Permalink
Merge pull request nextcloud#4028 from nextcloud/fix/4027/fix-postgre…
Browse files Browse the repository at this point in the history
…s-variable

notify-push - fix postgres_user variable
  • Loading branch information
szaimen authored Jan 10, 2024
2 parents 6b47d8d + 031d4cd commit e06f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/notify-push/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
echo "notify-push was started"

# 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"

# Run it
Expand Down

0 comments on commit e06f22e

Please sign in to comment.