minor fix
This commit is contained in:
parent
8cb9f7cd93
commit
20d61d67f8
2 changed files with 10 additions and 7 deletions
|
|
@ -25,6 +25,9 @@ in
|
|||
listen-http = ":${toString cfg.port}";
|
||||
base-url = cfg.baseUrl;
|
||||
|
||||
# iOS push notification support
|
||||
upstream-base-url = "https://ntfy.sh";
|
||||
|
||||
# Authentication
|
||||
auth-file = "/var/lib/ntfy-sh/user.db";
|
||||
auth-default-access = "deny-all";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue