mirror of https://github.com/zulip/zulip.git
Use MySQL by default if available.
(imported from commit d899c8ef922a07e7387688e5770cdfb4d2c472a6)
This commit is contained in:
parent
8a89c56b7b
commit
1822a997ed
|
@ -29,7 +29,7 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
DATABASES['mysql'] = {
|
||||
DATABASES['default'] = {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'OPTIONS': {
|
||||
'read_default_file': '/etc/mysql/my.cnf',
|
||||
|
|
Loading…
Reference in New Issue