From d2acfd264bf3de5d26e7f89dd03defac29c23878 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Tue, 20 Mar 2018 22:16:48 +0100 Subject: [PATCH] Tweak the sample config --- conf.py.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py.sample b/conf.py.sample index 8494dfc..b9f8e25 100644 --- a/conf.py.sample +++ b/conf.py.sample @@ -13,10 +13,10 @@ config["HOST"] = "127.0.0.1" config["DOMAIN"] = "http://example.com" config["PORT"] = 8282 -# Disable this for production use +# Will output more logging data from QuadFile's logger config["DEBUG"] = False -# Extended debug will add extra debug output that's not normally provided by flask +# Extended Debug will enable flask debugging. Keep this off for production use config["EXTENDED_DEBUG"] = False # Single user authentication, leave blank to disable authentication @@ -39,5 +39,5 @@ config["CLEAN_INTERVAL"] = 120 # Site info displayed to the user config["SITE_DATA"] = { "title": "QuadFile", - "size": "100 MiB" # This is only for display, please limit filesizes using your web server + "size": "100 MiB" # This is only for display, please limit filesize using your web server }