mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
/tmp is probably better than /tmp/paperless/consume
This commit is contained in:
parent
3a7923e32d
commit
312cb523d8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ envlist = py34, py35, pep8
|
||||||
commands = {envpython} manage.py test
|
commands = {envpython} manage.py test
|
||||||
deps = -r{toxinidir}/../requirements.txt
|
deps = -r{toxinidir}/../requirements.txt
|
||||||
setenv =
|
setenv =
|
||||||
PAPERLESS_CONSUME=/tmp/paperless/consume
|
PAPERLESS_CONSUME=/tmp
|
||||||
PAPERLESS_PASSPHRASE=THISISNOTASECRET
|
PAPERLESS_PASSPHRASE=THISISNOTASECRET
|
||||||
PAPERLESS_SECRET=paperless
|
PAPERLESS_SECRET=paperless
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue