config: example DEBUG
This commit is contained in:
parent
82c36752fe
commit
85921e5d95
1 changed files with 2 additions and 0 deletions
|
@ -13,3 +13,5 @@ class Config:
|
||||||
TMP_DIR = os.environ.get('TMP_DIR') or '/var/tmp'
|
TMP_DIR = os.environ.get('TMP_DIR') or '/var/tmp'
|
||||||
MAX_LENGTH = os.environ.get('MAX_LENGTH') or 180
|
MAX_LENGTH = os.environ.get('MAX_LENGTH') or 180
|
||||||
KBITS = os.environ.get('KBITS') or 128
|
KBITS = os.environ.get('KBITS') or 128
|
||||||
|
|
||||||
|
DEBUG = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue