From 85921e5d9520fe73ba96616a8b13cac8259b1b1d Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 30 Nov 2018 18:25:56 +0100 Subject: [PATCH] config: example DEBUG --- config.py.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py.example b/config.py.example index e7dd0dc..b266181 100644 --- a/config.py.example +++ b/config.py.example @@ -13,3 +13,5 @@ class Config: TMP_DIR = os.environ.get('TMP_DIR') or '/var/tmp' MAX_LENGTH = os.environ.get('MAX_LENGTH') or 180 KBITS = os.environ.get('KBITS') or 128 + + DEBUG = False