Docs/config: fix typo in private server example

The `/etc/ntfy/server.yml` example was invalid yaml previously.
This commit is contained in:
Mayeul Cantan 2022-05-17 09:54:34 +02:00 committed by GitHub
parent a52e628f7b
commit 7f736eb93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
```