Skip to content

Commit

Permalink
feat: hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 15, 2024
1 parent 1e7d753 commit 4be03cb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,9 @@ attachment-expiry-duration: "72h"
# - web-push-email-address is the admin email address send to the push provider, e.g. `[email protected]`
# - 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:

Expand Down

0 comments on commit 4be03cb

Please sign in to comment.