mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
fixed settings
This commit is contained in:
12
paperless.conf.example
Executable file → Normal file
12
paperless.conf.example
Executable file → Normal file
@@ -48,6 +48,13 @@ PAPERLESS_CONSUMPTION_DIR=""
|
||||
#PAPERLESS_STATIC_URL="/static/"
|
||||
|
||||
|
||||
# You can specify where the document classification model file should be
|
||||
# stored. Make sure that this file is writeable by the user executing the
|
||||
# management command "document_create_classifier" and that the path exists.
|
||||
# The default location is /models/model.pickle wwithin the install folder.
|
||||
#PAPERLESS_MODEL_FILE=/path/to/model/file
|
||||
|
||||
|
||||
# These values are required if you want paperless to check a particular email
|
||||
# box every 10 minutes and attempt to consume documents from there. If you
|
||||
# don't define a HOST, mail checking will just be disabled.
|
||||
@@ -69,6 +76,11 @@ PAPERLESS_EMAIL_SECRET=""
|
||||
#### Security ####
|
||||
###############################################################################
|
||||
|
||||
# Controls whether django's debug mode is enabled. Disable this on production
|
||||
# systems. Debug mode is enabled by default.
|
||||
PAPERLESS_DEBUG="false"
|
||||
|
||||
|
||||
# Paperless can be instructed to attempt to encrypt your PDF files with GPG
|
||||
# using the PAPERLESS_PASSPHRASE specified below. If however you're not
|
||||
# concerned about encrypting these files (for example if you have disk
|
||||
|
Reference in New Issue
Block a user