summaryrefslogtreecommitdiffstats
path: root/takahe/settings/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/settings/testing.py')
-rw-r--r--takahe/settings/testing.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/takahe/settings/testing.py b/takahe/settings/testing.py
index 7dffa2a..c0af28b 100644
--- a/takahe/settings/testing.py
+++ b/takahe/settings/testing.py
@@ -4,3 +4,5 @@ from .base import * # noqa
SECRET_KEY = "testing_secret"
IN_TESTS = True
+
+MAIN_DOMAIN = "example.com"