Further test of github action
This commit is contained in:
parent
59f2841b18
commit
83414a5725
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ DATABASES = {
|
||||||
"NAME": "evennia",
|
"NAME": "evennia",
|
||||||
"USER": "evennia",
|
"USER": "evennia",
|
||||||
"PASSWORD": "password",
|
"PASSWORD": "password",
|
||||||
"HOST": "localhost",
|
"HOST": "127.0.0.1",
|
||||||
"PORT": "", # use default port
|
"PORT": "3306", # use default port
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"charset": "utf8mb4",
|
"charset": "utf8mb4",
|
||||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue