Update to 2022-02-22 18:00

This commit is contained in:
Daniel Berteaud
2022-02-22 18:00:11 +01:00
parent 2a423eee2a
commit 4737fece2c
7 changed files with 31 additions and 1 deletions

View File

@@ -27,3 +27,7 @@ QUEUE_CONNECTION=database
{% for key in bookstack_settings.keys() | list %}
{{ key }}="{{ bookstack_settings[key] }}"
{% endfor %}
{% if bookstack_pdf_exporter == 'wkhtmltopdf' %}
WKHTMLTOPDF=/usr/local/bin/wkhtmltopdf
ALLOW_UNTRUSTED_SERVER_FETCHING=true
{% endif %}