Fix ntfy settings
Fixed numeric settings for ntfy and a corrected command executed.
This commit is contained in:
parent
8aaefd3f60
commit
926f1f475f
3 changed files with 8 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
base-url: "https://{{ server_domain }}"
|
||||
global_topic_limit: "{{ ntfy_global_topic_limit }}"
|
||||
visitor_subscription_limit: "{{ ntfy_visitor_subscription_limit }}"
|
||||
visitor_request_limit_burst: "{{ ntfy_visitor_request_limit_burst }}"
|
||||
global_topic_limit: {{ ntfy_global_topic_limit }}
|
||||
visitor_subscription_limit: {{ ntfy_visitor_subscription_limit }}
|
||||
visitor_request_limit_burst: {{ ntfy_visitor_request_limit_burst }}
|
||||
visitor_request_limit_replenish: "{{ ntfy_visitor_request_limit_replenish }}"
|
||||
cache-file: "/var/cache/ntfy/cache.db"
|
||||
cache_duration: "{{ ntfy_cache_duration }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue