Adds documentation about the settings and the precedence

This commit is contained in:
Trenton H 2023-12-28 19:34:51 -08:00
parent f86dbc37b5
commit 8b3360c462

View File

@ -3,6 +3,11 @@
Paperless provides a wide range of customizations. Depending on how you Paperless provides a wide range of customizations. Depending on how you
run paperless, these settings have to be defined in different places. run paperless, these settings have to be defined in different places.
Certain configuration options may be set via the UI. This currently includes
common [OCR](#ocr) related settings. If set, these will take preference over the
settings via environment variables. If not set, the environment setting or applicable
default will be utilized instead.
- If you run paperless on docker, `paperless.conf` is not used. - If you run paperless on docker, `paperless.conf` is not used.
Rather, configure paperless by copying necessary options to Rather, configure paperless by copying necessary options to
`docker-compose.env`. `docker-compose.env`.