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: