Advertisement
Guest User

Untitled

a guest
May 12th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=SomeRandomKey!!!
  4.  
  5. DB_CONNECTION=mysql
  6. DB_HOST=localhost
  7. DB_PORT=3306
  8. DB_DATABASE=homestead
  9. DB_USERNAME=homestead
  10. DB_PASSWORD=secret
  11.  
  12. CACHE_DRIVER=memcached
  13. QUEUE_DRIVER=sync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement