Update to 2022-04-26 14:00

This commit is contained in:
Daniel Berteaud
2022-04-26 14:00:08 +02:00
parent c8b3ef68f8
commit 1b8a2bc5ab
3 changed files with 5 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ PAPERLESS_ALLOWED_HOSTS={{ paperless_public_url | urlsplit('hostname') }}
PAPERLESS_CORS_ALLOWED_HOSTS={{ paperless_public_url }}
PAPERLESS_FORCE_SCRIPT_NAME={{ paperless_public_url | urlsplit('path') | regex_replace('/$','') }}
PAPERLESS_STATIC_URL={{ paperless_public_url | urlsplit('path') | regex_replace('/$','') }}/static/
PAPERLESS_URL={{ paperless_public_url }}
PAPERLESS_OCR_LANGUAGE={{ paperless_ocr_lang }}
PAPERLESS_TASK_WORKERS=2
{% if system_tz is defined %}