Przeglądaj źródła

Merge branch 'main' of github.com:binwiederhier/ntfy into main

Philipp Heckel 3 lat temu
rodzic
commit
396497fff7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/config.md

+ 1 - 1
docs/config.md

@@ -227,7 +227,7 @@ The easiest way to configure a private instance is to set `auth-default-access`
 
 === "/etc/ntfy/server.yml"
     ``` yaml
-    auth-file "/var/lib/ntfy/user.db"
+    auth-file: "/var/lib/ntfy/user.db"
     auth-default-access: "deny-all"
     ```