mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-15 12:38:03 +00:00
These files are not relevant at all, but helped during research, development, debugging. Hence, don't throw them away, but move them a bit more out of sight.
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
DATABASES['default'] = {
|
|
'ENGINE': 'django.db.backends.mysql',
|
|
'NAME': 'libravatar',
|
|
'USER': 'libravatar',
|
|
'PASSWORD': 'libravatar',
|
|
'HOST': 'localhost',
|
|
}
|