Update docs/configuration.rst for consistency

Co-authored-by: Quinn Casey <quinn@quinncasey.com>
This commit is contained in:
shamoon 2022-04-02 01:37:37 -07:00 committed by GitHub
parent 6677b39e9d
commit 833ab2d39f

View File

@ -766,7 +766,7 @@ PAPERLESS_OCR_LANGUAGES=<list>
Defaults to none, which does not install any additional languages. Defaults to none, which does not install any additional languages.
PAPERLESS_ENABLE_UPDATE_CHECK=<bool> PAPERLESS_ENABLE_UPDATE_CHECK=<bool>
Enabling this option enables the check for available updates, which works by Enable (or disable) the automatic check for available updates. This works by
pinging the releases endpoint of the Github API for the project e.g. pinging the releases endpoint of the Github API for the project e.g.
https://api.github.com/repos/paperless-ngx/paperless-ngx/releases/latest https://api.github.com/repos/paperless-ngx/paperless-ngx/releases/latest
to determine whether a new version is available. Actual updating of the app must be done manually. to determine whether a new version is available. Actual updating of the app must be done manually.