summaryrefslogtreecommitdiffstats
path: root/takahe/settings/testing.py
blob: c0af28bef15dced28e6fb387c117301f6b511ee1 (plain)
1
2
3
4
5
6
7
8
from .base import *  # noqa

# Fixed secret key
SECRET_KEY = "testing_secret"

IN_TESTS = True

MAIN_DOMAIN = "example.com"