From 74c553797919bc869bfa3e03d62f63859e2f945d Mon Sep 17 00:00:00 2001 From: Jeff Bogatay Date: Tue, 23 Aug 2016 12:24:51 -0400 Subject: [PATCH] Document new ENV variable --- paperless.conf.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/paperless.conf.example b/paperless.conf.example index 85709698f..3ba8c6693 100644 --- a/paperless.conf.example +++ b/paperless.conf.example @@ -80,3 +80,8 @@ PAPERLESS_SHARED_SECRET="" # For more information on how to use this value, you should probably search # the web for "MAGICK_TMPDIR". #PAPERLESS_CONVERT_TMPDIR=/var/tmp/paperless + +# You can specify where you want the SQLite database to be stored instead of +# the default location +#PAPERLESS_DBLOCATION=/path/to/database/file +