Guest User

env

a guest
May 20th, 2017
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:JHdpwwjAk2lQxJtLfvoLxy8D2vQZW8ats0GEYF9GuLaCY=
  4. DB_CONNECTION=mysql
  5. DB_HOST=localhost
  6. DB_PORT=3306
  7. DB_DATABASE=lumen
  8. DB_USERNAME=root
  9. DB_PASSWORD=alphaomega*9
  10. CACHE_DRIVER=memcached
  11. QUEUE_DRIVER=sync
Add Comment
Please, Sign In to add comment