This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Added a sentence about python-dotenv format#1222
Draft
flofeld wants to merge 2 commits intojonaswinkler:masterfrom
Draft
Added a sentence about python-dotenv format#1222flofeld wants to merge 2 commits intojonaswinkler:masterfrom
flofeld wants to merge 2 commits intojonaswinkler:masterfrom
Conversation
Something like this would have helped me to get the configuration right without debugging
iwconfig
reviewed
Aug 10, 2021
docs/configuration.rst
Outdated
| 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. |
|
Also, what format did you use prior to this one? For example the fact that docker and docker-compose does not follow the same standard as shell regarding the .env file, and maybe a reference to this SO post for context when declaring variables in YAML (or a better source if you have one, I just did a quick google search). |
Co-authored-by: Ingo Sigmund <Ingo.sigmund@web.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Something like this would have helped me to get the configuration right without debugging