From 2194c514906cb79878c2281607a35d10d031109c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 15 Jan 2026 17:37:54 +0100 Subject: [PATCH] Todo Signed-off-by: Simon L. --- Containers/notify-push/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/notify-push/start.sh b/Containers/notify-push/start.sh index 26d74333..d2379b30 100644 --- a/Containers/notify-push/start.sh +++ b/Containers/notify-push/start.sh @@ -83,6 +83,7 @@ elif [ -f "/nextcloud/data/certificates/MYSQL" ]; then fi # Set sensitive values as env +# todo export DATABASE_URL="$DATABASE_TYPE://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST:$POSTGRES_PORT/$POSTGRES_DB$CERT_OPTIONS" export REDIS_URL="redis://$REDIS_USER:$REDIS_HOST_PASSWORD@$REDIS_HOST:$REDIS_PORT/$REDIS_DB_INDEX"