mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Update local.py to have the utf8mb4 charset option enabled in the database settings. This brings the settings inline with the documentation update.
This commit is contained in:
parent
65e05084e6
commit
89be2456fb
@ -30,6 +30,7 @@ DATABASES['default'] = {
|
||||
'PASSWORD': '',
|
||||
'HOST': '127.0.0.1',
|
||||
'PORT': '3306',
|
||||
'OPTIONS': {'charset': 'utf8mb4'},
|
||||
}
|
||||
|
||||
# Register an application at https://developers.eveonline.com for Authentication
|
||||
|
Loading…
x
Reference in New Issue
Block a user