fix(signal_cli_rest_api): AUTO_RECEIVE_SCHEDULE only works when not in json-rpc mode

This commit is contained in:
hygienic-books 2023-05-14 23:15:00 +02:00
parent 2b921ad873
commit b2a1cdbeb7

View File

@ -5,3 +5,5 @@
{% for key in ls(VAULT_KEY|add:"/data") %}
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
{% endfor %}
# Only when MODE is not "json-rpc":
# AUTO_RECEIVE_SCHEDULE=0 22 * * *