summaryrefslogtreecommitdiffstats
path: root/settings.py.default
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py.default')
-rw-r--r--settings.py.default5
1 files changed, 1 insertions, 4 deletions
diff --git a/settings.py.default b/settings.py.default
index 3379f94..d38ae99 100644
--- a/settings.py.default
+++ b/settings.py.default
@@ -8,10 +8,7 @@ LDAP = {
'base_dn': [('ou', 'people'), ('dc', 'example'), ('dc', 'org')],
}
-DATABASE = {
- 'name': 'example.db',
- 'engine': 'peewee.SqliteDatabase',
-}
+SQLALCHEMY_DATABASE_URI = 'sqlite:///example.db'
DEBUG = False
SECRET_KEY = 'youShouldChangeThis'