1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-11-28 03:12:26 +01:00
This commit is contained in:
binwiederhier 2025-11-16 13:43:18 -05:00
parent da6f6f528c
commit b531bc95ea

View file

@ -18,5 +18,5 @@ var config = {
enable_web_push: true, enable_web_push: true,
billing_contact: "", billing_contact: "",
web_push_public_key: "", web_push_public_key: "",
disallowed_topics: ["docs", "static", "file", "app", "account", "settings", "signup", "login", "v1"] disallowed_topics: ["docs", "static", "file", "app", "account", "settings", "signup", "login", "v1"],
}; };