Changed localhost to 127.0.0.1

This commit is contained in:
jspringe 2016-01-28 13:42:43 -05:00
parent eb59458d17
commit 2b1cc83171
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
@ -11,7 +11,7 @@ CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=localhost
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379