Set CI DB host to `127.0.0.1`

This commit is contained in:
Christopher C. Wells 2021-11-10 15:48:53 -08:00
parent 535e19305c
commit 3ee4d08eba
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ LOG_CHANNEL=stack
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=localhost DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=kcal DB_DATABASE=kcal
DB_USERNAME=root DB_USERNAME=root