Default DB_HOST 127.0.0.1 instead of localhost (#4324)

This commit is contained in:
Danielle 2017-10-26 16:30:48 -07:00 committed by snipe
parent b71d0ab484
commit 8b535c1806

View file

@ -12,7 +12,7 @@ APP_LOCALE=en
# REQUIRED: DATABASE SETTINGS
# --------------------------------------------
DB_CONNECTION=mysql
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_DATABASE=null
DB_USERNAME=null
DB_PASSWORD=null