mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Merge branch 'local_settings_update' into 'master'
Enable utf8mb4 charset option in local.py by default See merge request allianceauth/allianceauth!1131
This commit is contained in:
commit
34c7169ca3
@ -30,6 +30,7 @@ DATABASES['default'] = {
|
|||||||
'PASSWORD': '',
|
'PASSWORD': '',
|
||||||
'HOST': '127.0.0.1',
|
'HOST': '127.0.0.1',
|
||||||
'PORT': '3306',
|
'PORT': '3306',
|
||||||
|
'OPTIONS': {'charset': 'utf8mb4'},
|
||||||
}
|
}
|
||||||
|
|
||||||
# Register an application at https://developers.eveonline.com for Authentication
|
# Register an application at https://developers.eveonline.com for Authentication
|
||||||
|
Loading…
x
Reference in New Issue
Block a user