From 8e84a66bf15e3b3e6f5ee40d882c106c258ec2c5 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 19 Sep 2020 12:01:02 +0200 Subject: [PATCH] Further test of github action --- .travis/mysql_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/mysql_settings.py b/.travis/mysql_settings.py index e654d5ea89..8a28faebf3 100644 --- a/.travis/mysql_settings.py +++ b/.travis/mysql_settings.py @@ -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",