mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-29 11:23:17 +00:00
Update settings.py
This commit is contained in:
parent
49504e46ee
commit
f75003461a
@ -122,7 +122,7 @@ elif config.get('db', 'engine') == 'sqlite':
|
||||
'NAME': config.get('db', 'database'),
|
||||
}
|
||||
}
|
||||
else
|
||||
else:
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
Loading…
Reference in New Issue
Block a user