Allow users to set their own SECRET_KEY value

Fixes #171
Negates #174
This commit is contained in:
Daniel Quinn
2017-01-14 17:18:27 +00:00
parent 69ea039e31
commit 92db3fec2e
2 changed files with 12 additions and 2 deletions

View File

@@ -116,3 +116,8 @@ PAPERLESS_SHARED_SECRET=""
# positive integer, but if you don't define one in paperless.conf, a default of
# 100 will be used.
#PAPERLESS_LIST_PER_PAGE=100
# The secret key has a default that should be fine so long as you're hosting
# Paperless on a closed network. However, if you're putting this anywhere
# public, you should change the key to something unique and verbose.
#PAPERLESS_SECRET_KEY="change-me"