Guest User

Untitled

a guest
Nov 14th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=g782345fg6834f8g7634fgfsdrgfe45g
  4. APP_TIMEZONE=UTC
  5.  
  6. LOG_CHANNEL=stack
  7. LOG_SLACK_WEBHOOK_URL=
  8.  
  9. DB_CONNECTION=mysql
  10. DB_HOST=172.17.0.2
  11. DB_PORT=3306
  12. DB_DATABASE=user_management
  13. DB_USERNAME=root
  14. DB_PASSWORD=22t1gbZX
  15.  
  16. CACHE_DRIVER=array
  17. QUEUE_DRIVER=array
  18. SESSION_DRIVER=cookie
Add Comment
Please, Sign In to add comment