Advertisement
Guest User

Untitled

a guest
May 11th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. APP_NAME=Notification
  2. APP_ENV=local
  3. APP_KEY=base64:lMVSLoqa3S/Eeky5KtMFdxbhSmInaU8I1WqxvtJlNlg=
  4. APP_DEBUG=true
  5. APP_LOG_LEVEL=debug
  6. APP_URL=http://localhost
  7.  
  8. DB_CONNECTION=mysql
  9. DB_HOST=127.0.0.1
  10. DB_PORT=3306
  11. DB_DATABASE=surm_pro
  12. DB_USERNAME=root
  13. DB_PASSWORD=123456
  14.  
  15. BROADCAST_DRIVER=log
  16. CACHE_DRIVER=file
  17. SESSION_DRIVER=file
  18. QUEUE_DRIVER=sync
  19.  
  20. REDIS_HOST=127.0.0.1
  21. REDIS_PASSWORD=null
  22. REDIS_PORT=6379
  23.  
  24. PUSHER_APP_ID=
  25. PUSHER_APP_KEY=
  26. PUSHER_APP_SECRET=
  27.  
  28. CONFIG_PLATFORMS_PATH=../yoomap/configs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement