From be41e7aee633c74f1afbf16e54c8d2b31c6f9ed9 Mon Sep 17 00:00:00 2001 From: Elahd Bar-Shai <466460+elahd@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:26:50 -0500 Subject: [PATCH] Added schema entries for folder options. --- paperless_ngx/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index cf257d24b..213451a00 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -88,6 +88,9 @@ "OCRLANG": "str?", "PAPERLESS_OCR_MODE": "list(skip|redo|force|skip_noarchive)?", "PAPERLESS_URL": "str?", + "PAPERLESS_DATA_DIR": "str", + "PAPERLESS_MEDIA_ROOT": "str", + "PAPERLESS_CONSUMPTION_DIR": "str", "PGID": "int", "PUID": "int", "TZ": "str?",