From a86a20ef0f50184aad724ba6bddfd426faa27b65 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 9 Sep 2018 21:16:53 +0100 Subject: [PATCH] Make the example file contain the default value --- paperless.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paperless.conf.example b/paperless.conf.example index 996b816f8..15498a26a 100644 --- a/paperless.conf.example +++ b/paperless.conf.example @@ -118,9 +118,9 @@ PAPERLESS_EMAIL_SECRET="" #PAPERLESS_POST_CONSUME_SCRIPT="/path/to/an/arbitrary/script.sh" # By default, when clicking on a document within the web interface, the -# browser will prompt the user to save the document to disk. By uncommenting -# the below, the document will instead be opened in the browser, if possible. -#PAPERLESS_INLINE_DOC="true" +# browser will prompt the user to save the document to disk. By setting this to +# "true", the document will instead be opened in the browser, if possible. +#PAPERLESS_INLINE_DOC="false" # # The following values use sensible defaults for modern systems, but if you're