You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
438 B
12 lines
438 B
base_url: {{ matrix_ntfy_base_url }}
|
|
behind_proxy: true
|
|
cache_file: /data/cache.db
|
|
listen-http: :8080
|
|
|
|
# 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 }}"
|