mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
DATABASES = {
|
|
'default': {
|
|
'NAME': 'dreddit_sso.db',
|
|
'ENGINE': 'django.db.backends.sqlite3',
|
|
'USER': '',
|
|
'PASSWORD': '',
|
|
}
|
|
}
|