Set CI DB host to `localhost`

This commit is contained in:
Christopher C. Wells 2021-11-10 15:33:09 -08:00
parent d25e2f4355
commit 535e19305c
1 changed files with 1 additions and 1 deletions

View File

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