Advertisement
Guest User

Untitled

a guest
Dec 31st, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. APP_ENV="local"
  2. APP_KEY="testing"
  3. APP_DEBUG=true
  4. APP_VERSION=1.0.0
  5.  
  6. DB_HOST="localhost"
  7. DB_DATABASE="appic"
  8. DB_USERNAME="root"
  9. DB_PASSWORD="strangehat"
  10.  
  11. CACHE_DRIVER="file"
  12. SESSION_DRIVER="file"
  13. QUEUE_DRIVER="sync"
  14.  
  15. REDIS_PORT=6379
  16. REDIS_HOST="127.0.0.1"
  17. REDIS_PASSWORD=null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement