From eb37c47ff596056f14d9d1928b667f4cf94a9bbd Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 16 Jan 2022 21:56:26 -0500 Subject: [PATCH] Typo --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 5710540..c7a1bd5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -24,17 +24,17 @@ get a list of [command line options](#command-line-options). The most basic settings are `base-url` (the external URL of the ntfy server), the HTTP/HTTPS listen address (`listen-http` and `listen-https`), and socket path (`listen-unix`). All the other things are additional features. -Here are two working sample configs: +Here are a few working sample configs: === "server.yml (HTTP-only, with cache + attachments)" - ``` + ``` yaml base-url: "http://ntfy.example.com" cache-file: "/var/cache/ntfy/cache.db" attachment-cache-dir: "/var/cache/ntfy/attachments" ``` === "server.yml (HTTP+HTTPS, with cache + attachments)" - ``` + ``` yaml base-url: "http://ntfy.example.com" listen-http: ":80" listen-https: ":443"