From 043dee8a7de4a54349d9383dbaaa2934d9515017 Mon Sep 17 00:00:00 2001 From: Elahd Bar-Shai <466460+elahd@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:16:07 -0500 Subject: [PATCH] Added directory config options. --- paperless_ngx/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index c21172e48..cf257d24b 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -62,6 +62,9 @@ "CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml", "OCRLANG": "ENG FRA GER", "PAPERLESS_OCR_MODE": "skip", + "PAPERLESS_DATA_DIR": "/config/addons_config/paperless_ng", + "PAPERLESS_MEDIA_ROOT": "/config/addons_config/paperless_ng/media", + "PAPERLESS_CONSUMPTION_DIR": "/config/addons_config/paperless_ng/consume", "PGID": 0, "PUID": 0, "certfile": "fullchain.pem",