Guest User

Untitled

a guest
Dec 31st, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. APP_NAME=Websockets
  2. APP_ENV=production
  3. APP_KEY=base64:87fP6T6NYDlGthaKZoPUs6gcBHt+LoluOvs88TewC9BC
  4. APP_DEBUG=true
  5. APP_URL=
  6.  
  7. LOG_CHANNEL=stack
  8.  
  9. DB_CONNECTION=mysql
  10. DB_HOST=db_ip_address
  11. DB_PORT=3306
  12. DB_DATABASE=websockets
  13. DB_USERNAME=username
  14. DB_PASSWORD=password
  15.  
  16. BROADCAST_DRIVER=pusher
  17. CACHE_DRIVER=file
  18. QUEUE_CONNECTION=sync
  19. SESSION_DRIVER=file
  20. SESSION_LIFETIME=120
  21.  
  22. REDIS_HOST=redis
  23. REDIS_PASSWORD=null
  24. REDIS_PORT=6379
  25.  
  26. PUSHER_APP_ID=testapp
  27. PUSHER_APP_KEY=websocketkey
  28. PUSHER_APP_SECRET=somethingsecret
  29. PUSHER_APP_CLUSTER=mt1
Add Comment
Please, Sign In to add comment