aboutsummaryrefslogtreecommitdiff
path: root/gn3/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/settings.py')
-rw-r--r--gn3/settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gn3/settings.py b/gn3/settings.py
index f5988bb..c09e6e0 100644
--- a/gn3/settings.py
+++ b/gn3/settings.py
@@ -10,3 +10,8 @@ GENODIR = ""
REDIS_URI = "redis://localhost:6379/0"
REDIS_JOB_QUEUE = "GN3::job-queue"
TMPDIR = os.environ.get("TMPDIR", tempfile.gettempdir())
+
+# SQL confs
+SQLALCHEMY_DATABASE_URI = "mysql://kabui:1234@localhost/test"
+SECRET_KEY = "password"
+SQLALCHEMY_TRACK_MODIFICATIONS = False