Update to 2021-12-25 20:02

This commit is contained in:
Daniel Berteaud
2021-12-25 20:02:20 +01:00
parent 121f3646b7
commit 489c627e9d
8 changed files with 55 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ CACHE_PREFIX=bookstack_{{ bookstack_id }}
{% if bookstack_trusted_proxies | length > 0 %}
APP_PROXIES={{ bookstack_trusted_proxies | join(',') }}
{% endif %}
QUEUE_CONNECTION=database
{% for key in bookstack_settings.keys() | list %}
{{ key }}="{{ bookstack_settings[key] }}"
{% endfor %}