From 498c79f434856aa68e9a883247ea69a22256fce6 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 22 Jul 2026 14:51:44 +0200 Subject: Added auth layer --- conf/local.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/local.py') 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 @@ import os +IS_LOCAL = True + os.environ.setdefault('DATABASE_URL', 'postgresql:///ttun') os.environ.setdefault('SECRET_KEY', 'secret') +os.environ.setdefault('ENABLE_AUTH', 'true') -- cgit v1.2.3