Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. APP_ENV=testing
  2. APP_DEBUG=true
  3. APP_KEY=SomeRandomString
  4.  
  5. DB_CONNECTION=mysql
  6. DB_HOST=localhost
  7. DB_DATABASE=test
  8. DB_USERNAME=root
  9. DB_PASSWORD=
  10.  
  11. CACHE_DRIVER=array
  12. SESSION_DRIVER=array
  13. QUEUE_DRIVER=sync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement