Commit ce7c1fed authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3641 from jspringe/fix-envexample

.env.example - Changed localhost to 127.0.0.1
parents eb59458d 2b1cc831
...@@ -2,7 +2,7 @@ APP_ENV=local ...@@ -2,7 +2,7 @@ APP_ENV=local
APP_DEBUG=true APP_DEBUG=true
APP_KEY=SomeRandomString APP_KEY=SomeRandomString
DB_HOST=localhost DB_HOST=127.0.0.1
DB_DATABASE=homestead DB_DATABASE=homestead
DB_USERNAME=homestead DB_USERNAME=homestead
DB_PASSWORD=secret DB_PASSWORD=secret
...@@ -11,7 +11,7 @@ CACHE_DRIVER=file ...@@ -11,7 +11,7 @@ CACHE_DRIVER=file
SESSION_DRIVER=file SESSION_DRIVER=file
QUEUE_DRIVER=sync QUEUE_DRIVER=sync
REDIS_HOST=localhost REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null REDIS_PASSWORD=null
REDIS_PORT=6379 REDIS_PORT=6379
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment