mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-01 22:28:26 +00:00
Added DEBUG to settings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
import ast
|
||||
|
||||
|
||||
DEBUG = os.environ.get('IS_DEBUG', False)
|
||||
DEBUG = ast.literal_eval(os.environ.get('IS_DEBUG', 'True'))
|
||||
|
||||
DSS_TEMP_PATH = os.environ.get('DSS_TEMP_PATH', '/tmp/')
|
||||
DSS_LAME_PATH = os.environ.get('DSS_LAME_PATH', '/usr/bin/sox')
|
||||
|
||||
Reference in New Issue
Block a user