2022-07-04 20:30:29 +00:00
|
|
|
base_url: {{ matrix_ntfy_base_url }}
|
|
|
|
behind_proxy: true
|
|
|
|
cache_file: /data/cache.db
|
2022-10-22 05:45:27 +00:00
|
|
|
listen-http: :8080
|
2022-11-24 19:12:43 +00:00
|
|
|
|
|
|
|
# Rate Limits
|
|
|
|
global-topic-limit: {{ matrix_ntfy_global_topic_limit | to_json }}
|
|
|
|
visitor-subscription-limit: {{ matrix_ntfy_visitor_subscription_limit | to_json }}
|
|
|
|
|
|
|
|
visitor-request-limit-burst: {{ matrix_ntfy_visitor_request_limit_burst | to_json }}
|
|
|
|
visitor-request-limit-replenish: "{{ matrix_ntfy_visitor_request_limit_replenish }}"
|