From 7f736eb93ee8bc1b8ae7781d6a0f0a8c23c8b2a5 Mon Sep 17 00:00:00 2001 From: Mayeul Cantan Date: Tue, 17 May 2022 09:54:34 +0200 Subject: [PATCH] Docs/config: fix typo in private server example The `/etc/ntfy/server.yml` example was invalid yaml previously. --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 4b67c91e..c767a5f2 100644 --- a/docs/config.md +++ b/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" ```