summaryrefslogtreecommitdiffstats
path: root/test.env
diff options
context:
space:
mode:
Diffstat (limited to 'test.env')
-rw-r--r--test.env8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.env b/test.env
new file mode 100644
index 0000000..deeee3a
--- /dev/null
+++ b/test.env
@@ -0,0 +1,8 @@
+TAKAHE_DATABASE_SERVER="postgres://postgres@localhost/takahe"
+TAKAHE_DEBUG=true
+TAKAHE_SECRET_KEY="insecure_secret"
+TAKAHE_CSRF_TRUSTED_ORIGINS=["http://127.0.0.1:8000", "https://127.0.0.1:8000"]
+TAKAHE_USE_PROXY_HEADERS=true
+TAKAHE_EMAIL_SERVER="console://console"
+TAKAHE_MAIN_DOMAIN="example.com"
+TAKAHE_ENVIRONMENT="development"