Guest User

Untitled

a guest
Jan 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. APP_ENV=testing
  2. APP_KEY=SomeRandomString
  3.  
  4. DB_CONNECTION=testing
  5. DB_TEST_USERNAME=root
  6. DB_TEST_PASSWORD=
  7.  
  8. CACHE_DRIVER=array
  9. SESSION_DRIVER=array
  10. QUEUE_DRIVER=sync
Add Comment
Please, Sign In to add comment