aboutsummaryrefslogtreecommitdiff
path: root/app/config_dev.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/config_dev.py')
-rw-r--r--app/config_dev.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/config_dev.py b/app/config_dev.py
new file mode 100644
index 0000000..801c0c2
--- /dev/null
+++ b/app/config_dev.py
@@ -0,0 +1,3 @@
+SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/test.db'
+SQLALCHEMY_TRACK_MODIFICATIONS = False
+SECRET_KEY = "tchtchtch" \ No newline at end of file