Tweak config

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2024-12-13 10:49:55 +00:00
parent 4bbf882ded
commit 64902c85a5
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78

View File

@ -10,9 +10,9 @@ data:
base-url: https://ntfy.cluster.fun
upstream-base-url: "https://ntfy.sh"
behind-proxy: true
cache-file: "/var/cache/ntfy/db/cache.db"
cache-file: "/var/cache/ntfy/cache.db"
cache-duration: "12h"
auth-file: "/var/cache/ntfy/db/user.db"
auth-file: "/var/cache/ntfy/user.db"
auth-default-access: "deny-all"
attachment-cache-dir: "/var/cache/ntfy/attachments"
attachment-file-size-limit: "50M"