summaryrefslogtreecommitdiffstats
path: root/conf/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.py')
-rw-r--r--conf/local.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/local.py b/conf/local.py
index 19b304e..23f4005 100644
--- a/conf/local.py
+++ b/conf/local.py
@@ -1,4 +1,7 @@
1import os 1import os
2 2
3IS_LOCAL = True
4
3os.environ.setdefault('DATABASE_URL', 'postgresql:///ttun') 5os.environ.setdefault('DATABASE_URL', 'postgresql:///ttun')
4os.environ.setdefault('SECRET_KEY', 'secret') 6os.environ.setdefault('SECRET_KEY', 'secret')
7os.environ.setdefault('ENABLE_AUTH', 'true')