Further test of github action

This commit is contained in:
Griatch 2020-09-19 12:01:02 +02:00
parent 8f1aeab0cf
commit 8e84a66bf1

View file

@ -44,8 +44,8 @@ DATABASES = {
"NAME": "evennia",
"USER": "evennia",
"PASSWORD": "password",
"HOST": "localhost",
"PORT": "", # use default port
"HOST": "127.0.0.1",
"PORT": "3306", # use default port
"OPTIONS": {
"charset": "utf8mb4",
"init_command": "set collation_connection=utf8mb4_unicode_ci",