2022-11-18 10:02:43 +00:00
|
|
|
# ntfy server config file
|
|
|
|
#
|
2022-12-10 19:47:35 +00:00
|
|
|
auth-file: "/var/lib/ntfy/user.db"
|
|
|
|
auth-default-access: "read-write"
|
|
|
|
|
2022-12-10 20:13:00 +00:00
|
|
|
cache-file: /var/lib/ntfy/cache.db
|
2022-11-18 10:02:43 +00:00
|
|
|
|
|
|
|
cache-startup-queries: |
|
|
|
|
pragma journal_mode = WAL;
|
|
|
|
pragma synchronous = normal;
|
|
|
|
pragma temp_store = memory;
|
|
|
|
pragma busy_timeout = 15000;
|
|
|
|
vacuum;
|
|
|
|
|
|
|
|
behind-proxy: true
|