Guest User

Untitled

a guest
Nov 8th, 2018
170
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_DEBUG=true
  3. APP_KEY=tTzHCyyFz48T95FqRRHXtZa9i08l4V2q
  4. APP_TIMEZONE=UTC
  5.  
  6. LOG_CHANNEL=stack
  7. LOG_SLACK_WEBHOOK_URL=
  8.  
  9. DB_CONNECTION=mysql
  10. DB_HOST=127.0.0.1
  11. DB_PORT=3306
  12. DB_DATABASE=lumen-tugas
  13. DB_USERNAME=root
  14. DB_PASSWORD=
  15.  
  16. CACHE_DRIVER=file
  17. QUEUE_DRIVER=sync
Add Comment
Please, Sign In to add comment