Add WKHTMLTOPDF to .env.example.complete
This commit is contained in:
parent
8e64324d62
commit
d353e87ca1
1 changed files with 7 additions and 1 deletions
|
@ -372,4 +372,10 @@ LOG_FAILED_LOGIN_CHANNEL=errorlog_plain_webserver
|
||||||
# IP address '146.191.42.4' would result in '146.191.x.x' being logged.
|
# IP address '146.191.42.4' would result in '146.191.x.x' being logged.
|
||||||
# For the IPv6 address '2001:db8:85a3:8d3:1319:8a2e:370:7348' this would result as:
|
# For the IPv6 address '2001:db8:85a3:8d3:1319:8a2e:370:7348' this would result as:
|
||||||
# '2001:db8:85a3:8d3:x:x:x:x'
|
# '2001:db8:85a3:8d3:x:x:x:x'
|
||||||
IP_ADDRESS_PRECISION=4
|
IP_ADDRESS_PRECISION=4
|
||||||
|
|
||||||
|
# Use wkhtmltopdf to generate PDF documents instead of dompdf.
|
||||||
|
# Set the path to the wkhtmltopdf binary
|
||||||
|
# Example: WKHTMLTOPDF=/home/user/bins/wkhtmltopdf
|
||||||
|
# Refer to https://www.bookstackapp.com/docs/admin/pdf-rendering/#using-wkhtmltopdf
|
||||||
|
WKHTMLTOPDF=false
|
Loading…
Reference in a new issue