bundles/ntfy: fix formatting errors
This commit is contained in:
parent
fdfd12683f
commit
8b1ccb760a
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue