From 980874758bfcd6be8a91c9976b6d9644e389fe3c Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 13 Feb 2018 11:14:14 -0500 Subject: [PATCH] Update ci connection config --- test/config-ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config-ci.json b/test/config-ci.json index 97e09fd..a6887cf 100644 --- a/test/config-ci.json +++ b/test/config-ci.json @@ -2,7 +2,7 @@ "mysql2": { "driver": "mysql", "connection": { - "host": "mysql2", + "host": "mysql", "user": "test", "password": "test", "database": "test"