소스 검색

Merge pull request #262 from MayeulC/patch-1

Docs/config: fix typo in private server example
Philipp C. Heckel 3 년 전
부모
커밋
94bfe029d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
     ```