mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Change test option for mysql
This commit is contained in:
parent
98cb22a6c9
commit
e65296203b
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ DATABASES = {
|
|||
'HOST': 'localhost', # or an IP Address that your DB is hosted on
|
||||
'PORT': '', # use default port
|
||||
'TEST': {
|
||||
"TEMPLATE": 'default'
|
||||
'CHARSET': 'utf8',
|
||||
'COLLATION': 'utf8_unicode_ci'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue