Update to 2022-06-24 16:00

This commit is contained in:
Daniel Berteaud
2022-06-24 16:00:14 +02:00
parent 0cba207c6d
commit c1e9c61d03
4 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ APP_PROXIES={{ bookstack_trusted_proxies | join(',') }}
{% endif %}
QUEUE_CONNECTION=database
{% for key in bookstack_settings.keys() | list %}
{{ key }}="{{ bookstack_settings[key] }}"
{{ key }}={{ (bookstack_settings[key] is search('^(true|false)$')) | ternary(bookstack_settings[key], '"' ~ bookstack_settings[key] ~ '"') }}
{% endfor %}
{% if bookstack_pdf_exporter == 'wkhtmltopdf' %}
WKHTMLTOPDF=/usr/local/bin/wkhtmltopdf