summaryrefslogtreecommitdiffstats
path: root/back/config.py
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2021-03-08 21:23:24 +0300
committersyn <isaqtm@gmail.com>2021-03-08 21:23:24 +0300
commit2f38658f5d86a199a1066341883aa69bd6e49828 (patch)
tree6493c73076c2fdef371d40d285197499505db604 /back/config.py
parent82b3f4c5e419bd6fdaa0dae14c92586b51aee8d7 (diff)
downloadupnet-2f38658f5d86a199a1066341883aa69bd6e49828.tar.gz
Improve build process
Diffstat (limited to 'back/config.py')
-rw-r--r--back/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/back/config.py b/back/config.py
index a3185ee..9c5b6fd 100644
--- a/back/config.py
+++ b/back/config.py
@@ -10,3 +10,5 @@ if modpath.endswith('.pyc') and os.path.exists(modpath[:-1]):
# Sort out symlinks
APP_DIR = os.path.realpath(os.path.dirname(modpath))
REDIS_HOST = 'localhost'
+
+debug = True