Ver Fonte

Docs/config: fix typo in private server example

The `/etc/ntfy/server.yml` example was invalid yaml previously.
Mayeul Cantan há 3 anos atrás
pai
commit
7f736eb93e
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
     ```