Advertisement
Guest User

Untitled

a guest
Sep 5th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=
  4. APP_TIMEZONE=UTC
  5.  
  6. DB_CONNECTION=mysql
  7. DB_HOST=127.0.0.1
  8. DB_PORT=3306
  9. DB_DATABASE=api_cr2017
  10. DB_USERNAME=root
  11. DB_PASSWORD=
  12.  
  13. CACHE_DRIVER=file
  14. SESSION_DRIVER=array
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement