aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/default_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/default_settings.py')
-rw-r--r--ihatemoney/default_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/default_settings.py b/ihatemoney/default_settings.py
index 4ca11ca..fcb41db 100644
--- a/ihatemoney/default_settings.py
+++ b/ihatemoney/default_settings.py
@@ -8,7 +8,7 @@ DEBUG = False
# The database URI, reprensenting the type of database and how to connect to it.
# Enter an absolute path here.
-SQLALCHEMY_DATABASE_URI = 'sqlite://'
+SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/ihatemoney.db'
SQLACHEMY_ECHO = DEBUG
# Will likely become the default value in flask-sqlalchemy >=3 ; could be removed