services-garbaye/podman-ntfy/config/server.yml

13 lines
242 B
YAML

# ntfy server config file
#
cache-file: /var/cache/ntfy/cache.db
cache-startup-queries: |
pragma journal_mode = WAL;
pragma synchronous = normal;
pragma temp_store = memory;
pragma busy_timeout = 15000;
vacuum;
behind-proxy: true