summaryrefslogtreecommitdiff
path: root/.env.dev
diff options
context:
space:
mode:
Diffstat (limited to '.env.dev')
-rw-r--r--.env.dev8
1 files changed, 8 insertions, 0 deletions
diff --git a/.env.dev b/.env.dev
new file mode 100644
index 0000000..400a6c3
--- /dev/null
+++ b/.env.dev
@@ -0,0 +1,8 @@
+# SECURITY WARNING: don't run with debug turned on in production!
+DEBUG=True
+
+# SECURITY WARNING: keep the secret key used in production secret!
+SECRET_KEY='django-insecure-!@6fpyap5a=3d@lcv=7hm04534j839ie!*(bz=etm4v_fh&y*b'
+
+ALLOWED_HOSTS=localhost,127.0.0.1
+