bundles/ntfy: fix formatting errors

This commit is contained in:
Franzi 2022-11-04 07:27:38 +01:00
parent fdfd12683f
commit 8b1ccb760a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 4 additions and 4 deletions

View file

@ -65,9 +65,9 @@ listen-http: "127.0.0.1:22100"
cache-file: "/var/cache/ntfy/cache.db"
cache-duration: "12h"
cache-startup-queries: |
pragma journal_mode = WAL;
pragma synchronous = normal;
pragma temp_store = memory;
pragma journal_mode = WAL;
pragma synchronous = normal;
pragma temp_store = memory;
# If set, access to the ntfy server and API can be controlled on a granular level using
# the 'ntfy user' and 'ntfy access' commands. See the --help pages for details, or check the docs.