Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Set CONSUMPTION_DIR to something user-editable
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Jan 10, 2016
1 parent f620762 commit 97e9cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paperless/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
GNUPG_HOME = os.environ.get("HOME", "/dev/null")
CONVERT_BINARY = "/usr/bin/convert"
SCRATCH_DIR = "/tmp/paperless" # Will be created if it doesn't exist
CONSUMPTION_DIR = "/tmp/paperless/consume"
CONSUMPTION_DIR = os.environ.get("PAPERLESS_CONSUME")

# Set this and change the permissions on this file to 0600, or set it to
# `None` and you'll be prompted for the passphrase at runtime. The default
Expand Down

0 comments on commit 97e9cc3

Please sign in to comment.