fixed folders, compatible with previous paperless version

This commit is contained in:
Jonas Winkler
2020-10-29 14:30:15 +01:00
parent 024c28a34a
commit 5c4849796b
10 changed files with 27 additions and 23 deletions

View File

@@ -25,10 +25,13 @@
# before you start Paperless.
#PAPERLESS_CONSUMPTION_DIR=""
# This is where paperless stores all its data (documents, thumbnails, search
# index, sqlite database, etc).
# This is where paperless stores all its data (search index, sqlite database,
# classification model, etc).
#PAPERLESS_DATA_DIR="../data"
# This is where your documents and thumbnails are stored.
#PAPERLESS_MEDIA_ROOT="../media"
# Override the default STATIC_ROOT here. This is where all static files
# created using "collectstatic" manager command are stored.
#PAPERLESS_STATICDIR="../static"