From 7680bf7c0daeaf871a51140679554d2a08d73142 Mon Sep 17 00:00:00 2001 From: Florian Feldmann Date: Mon, 9 Aug 2021 12:15:01 +0200 Subject: [PATCH 1/2] Added a sentence about python-dotenv format Something like this would have helped me to get the configuration right without debugging --- docs/configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 62880208f..0d01a2e22 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -455,6 +455,8 @@ Add the configuration variables to the environment of the webserver (alternative put the configuration in the ``docker-compose.env`` file) and add the additional services below the webserver service. Watch out for indentation. +Make sure tu use the correct format `PAPERLESS_TIKA_ENABLED = 1`so python_dotenv can parse the statement correctly. + Software tweaks ############### From 89bd0791dcebdd720076be80ae426ce0f1856b5e Mon Sep 17 00:00:00 2001 From: Florian Feldmann Date: Thu, 10 Mar 2022 01:11:23 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Ingo Sigmund --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 0d01a2e22..68ecc8efe 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -455,7 +455,7 @@ Add the configuration variables to the environment of the webserver (alternative put the configuration in the ``docker-compose.env`` file) and add the additional services below the webserver service. Watch out for indentation. -Make sure tu use the correct format `PAPERLESS_TIKA_ENABLED = 1`so python_dotenv can parse the statement correctly. +Make sure to use the correct format `PAPERLESS_TIKA_ENABLED = 1` so python_dotenv can parse the statement correctly. Software tweaks ###############