mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Remove mysql options statement
This commit is contained in:
parent
95d9d098e5
commit
faa2844b27
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ DATABASES = {
|
|||
'PASSWORD': 'password',
|
||||
'HOST': 'localhost', # or an IP Address that your DB is hosted on
|
||||
'PORT': '', # use default port
|
||||
'OPTIONS': {
|
||||
'default-character-set': 'utf8'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue