mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Moved the default GNUPG home to /tmp for tox-friendliness
This commit is contained in:
parent
440614eddc
commit
809fb8fa1f
@ -1,5 +1,6 @@
|
|||||||
Django==1.9
|
Django==1.9
|
||||||
django-extensions==1.6.1
|
django-extensions==1.6.1
|
||||||
|
djangorestframework==3.3.2
|
||||||
filemagic==1.6
|
filemagic==1.6
|
||||||
langdetect==1.0.5
|
langdetect==1.0.5
|
||||||
Pillow==3.0.0
|
Pillow==3.0.0
|
||||||
|
@ -158,7 +158,7 @@ OCR_THREADS = os.environ.get("PAPERLESS_OCR_THREADS")
|
|||||||
FORGIVING_OCR = True
|
FORGIVING_OCR = True
|
||||||
|
|
||||||
# GNUPG needs a home directory for some reason
|
# GNUPG needs a home directory for some reason
|
||||||
GNUPG_HOME = os.environ.get("HOME", "/dev/null")
|
GNUPG_HOME = os.environ.get("HOME", "/tmp")
|
||||||
|
|
||||||
# Convert is part of the Imagemagick package
|
# Convert is part of the Imagemagick package
|
||||||
CONVERT_BINARY = "/usr/bin/convert"
|
CONVERT_BINARY = "/usr/bin/convert"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user