Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. APP_NAME=Laravel
  2. APP_ENV=local
  3. APP_KEY=
  4. APP_DEBUG=true
  5. APP_LOG_LEVEL=debug
  6. APP_URL=http://localhost
  7.  
  8. DB_CONNECTION=pgsql
  9. DB_HOST=127.0.0.1
  10. DB_PORT=5432
  11. DB_DATABASE=roadplus
  12. DB_USERNAME=roadplus
  13. DB_PASSWORD=roadplus
  14. DB_SCHEMA=roadplus
  15.  
  16. COENCORP_USER=SM2123456
  17. COENCORP_PASSWORD=SM2:123456
  18.  
  19. BROADCAST_DRIVER=log
  20. CACHE_DRIVER=file
  21. SESSION_DRIVER=file
  22. SESSION_LIFETIME=120
  23. QUEUE_DRIVER=sync
  24.  
  25. REDIS_HOST=127.0.0.1
  26. REDIS_PASSWORD=null
  27. REDIS_PORT=6379
  28.  
  29. MAIL_DRIVER=smtp
  30. MAIL_HOST=smtp.mailtrap.io
  31. MAIL_PORT=2525
  32. MAIL_USERNAME=null
  33. MAIL_PASSWORD=null
  34. MAIL_ENCRYPTION=null
  35.  
  36. PUSHER_APP_ID=
  37. PUSHER_APP_KEY=
  38. PUSHER_APP_SECRET=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement