mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
docs/configuration: Fix binary variable defaults
This commit is contained in:
parent
3828d712bd
commit
03559454f6
1 changed files with 2 additions and 2 deletions
|
|
@ -799,10 +799,10 @@ the program doesn't automatically execute it (ie. the program isn't in your
|
||||||
$PATH), then you'll need to specify the literal path for that program.
|
$PATH), then you'll need to specify the literal path for that program.
|
||||||
|
|
||||||
PAPERLESS_CONVERT_BINARY=<path>
|
PAPERLESS_CONVERT_BINARY=<path>
|
||||||
Defaults to "/usr/bin/convert".
|
Defaults to "convert".
|
||||||
|
|
||||||
PAPERLESS_GS_BINARY=<path>
|
PAPERLESS_GS_BINARY=<path>
|
||||||
Defaults to "/usr/bin/gs".
|
Defaults to "gs".
|
||||||
|
|
||||||
|
|
||||||
.. _configuration-docker:
|
.. _configuration-docker:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue