diff options
Diffstat (limited to 'conf/local.py')
| -rw-r--r-- | conf/local.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/local.py b/conf/local.py index 608e0e5..19b304e 100644 --- a/conf/local.py +++ b/conf/local.py | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | import os | 1 | import os |
| 2 | 2 | ||
| 3 | os.environ.setdefault('DATABASE_URL', 'postgresql:///ttun') | 3 | os.environ.setdefault('DATABASE_URL', 'postgresql:///ttun') |
| 4 | os.environ.setdefault('SECRET_KEY', 'secret') | ||
