From 7a3a2d3b2b872cfe78364e3b89792d04bf21313f Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 30 Nov 2023 16:49:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20Add=20an=20example?= =?UTF-8?q?=20of=20gotify=20conf=20in=20config-example.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-example.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config-example.yaml b/config-example.yaml index d2afa2a..9143ff5 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -10,6 +10,11 @@ general: - local unknown: - local +# gotify: +# - url: https://example.org +# tokens: +# - foo +# - bar service: secrets: # Secrets can be generated using `openssl rand -base64 32`.