Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9
  4. APP_TIMEZONE=Asia/Ho_Chi_Minh
  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=game_portal
  13. DB_USERNAME=game_portal
  14. DB_PASSWORD=Game_portal@123
  15.  
  16. CACHE_DRIVER=memcached
  17. MEMCACHED_HOST=127.0.0.1
  18. MEMCACHED_PORT=11211
  19. BROADCAST_DRIVER=redis
  20.  
  21. REDIS_HOST=127.0.0.1
  22. REDIS_PASSWORD=null
  23. REDIS_PORT=6379
  24. QUEUE_DRIVER=redis
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement