aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------app/config.py1
-rw-r--r--app/config_dev.py3
2 files changed, 4 insertions, 0 deletions
diff --git a/app/config.py b/app/config.py
new file mode 120000
index 0000000..3f8a6e4
--- /dev/null
+++ b/app/config.py
@@ -0,0 +1 @@
+config_dev.py \ No newline at end of file
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