mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Added GPG encryption for the PDFs
This commit is contained in:
parent
6956376d71
commit
f72c515742
8 changed files with 106 additions and 50 deletions
|
|
@ -135,3 +135,5 @@ MEDIA_URL = "/media/"
|
|||
CONVERT_BINARY = "/usr/bin/convert"
|
||||
SCRATCH_DIR = "/tmp/paperless" # Will be created if it doesn't exist
|
||||
CONSUMPTION_DIR = "/tmp/paperless/consume"
|
||||
GNUPG_HOME = os.environ.get("HOME", "/dev/null")
|
||||
PASSPHRASE = None # Set via manage.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue