Guest User

Untitled

a guest
Oct 9th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. APP_NAME="Super Payout"
  2. APP_ENV=local
  3. APP_KEY=base64:hgcXQ2mvaTUKbtv5ggm4Vta/38XcPHnKgwheW3vbqjc=
  4. APP_DEBUG=true
  5. APP_URL=http://localhost
  6.  
  7. LOG_CHANNEL=stack
  8.  
  9. DB_CONNECTION=mysql
  10. DB_HOST=127.0.0.1
  11. DB_PORT=3306
  12. DB_DATABASE=payout_interface
  13. DB_USERNAME=
  14. DB_PASSWORD=
  15.  
  16. BROADCAST_DRIVER=log
  17. CACHE_DRIVER=file
  18. SESSION_DRIVER=file
  19. SESSION_LIFETIME=120
  20. QUEUE_DRIVER=sync
  21.  
  22. REDIS_HOST=127.0.0.1
  23. REDIS_PASSWORD=null
  24. REDIS_PORT=6379
  25.  
  26. MAIL_DRIVER=smtp
  27. MAIL_HOST=smtp.mailtrap.io
  28. MAIL_PORT=2525
  29. MAIL_USERNAME=null
  30. MAIL_PASSWORD=null
  31. MAIL_ENCRYPTION=null
  32.  
  33. PUSHER_APP_ID=
  34. PUSHER_APP_KEY=
  35. PUSHER_APP_SECRET=
  36. PUSHER_APP_CLUSTER=mt1
  37.  
  38. MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
  39. MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
  40.  
  41. REGISTRATION_ENABLED=false
  42.  
  43. API_ENDPOINT=
  44. API_TOKEN=
  45.  
  46. BITCOIND_SCHEME=http
  47. BITCOIND_PORT=8332
  48. BITCOIND_HOST=
  49. BITCOIND_USER=
  50. BITCOIND_PASSWORD=
  51. BITCOIND_CA_LOCATION=
Add Comment
Please, Sign In to add comment