From 4be03cb61cc3e397cfb07c4d4be9f2b51dab03a3 Mon Sep 17 00:00:00 2001 From: proffapt Date: Sat, 15 Jun 2024 15:43:01 +0530 Subject: [PATCH] feat: hmm --- server.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/server.yml b/server.yml index d52c9eb..27403bf 100644 --- a/server.yml +++ b/server.yml @@ -159,11 +159,9 @@ attachment-expiry-duration: "72h" # - web-push-email-address is the admin email address send to the push provider, e.g. `sysadmin@example.com` # - web-push-startup-queries is an optional list of queries to run on startup` # -### ENABLED WEB PUSH -## Below variables are provided through envs -# web-push-public-key: -# web-push-private-key: -# web-push-email-address: +web-push-public-key: $NTFY_WEB_PUSH_PUBLIC_KEY +web-push-private-key: $NTFY_WEB_PUSH_PRIVATE_KEY +web-push-email-address: $NTFY_WEB_PUSH_EMAIL_ADDRESS web-push-file: /var/cache/ntfy/webpush.db # web-push-startup-queries: