Merge pull request #262 from MayeulC/patch-1
Docs/config: fix typo in private server examplepull/264/head
commit
94bfe029d5
|
@ -227,7 +227,7 @@ The easiest way to configure a private instance is to set `auth-default-access`
|
||||||
|
|
||||||
=== "/etc/ntfy/server.yml"
|
=== "/etc/ntfy/server.yml"
|
||||||
``` yaml
|
``` yaml
|
||||||
auth-file "/var/lib/ntfy/user.db"
|
auth-file: "/var/lib/ntfy/user.db"
|
||||||
auth-default-access: "deny-all"
|
auth-default-access: "deny-all"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue