Advertisement
Guest User

Untitled

a guest
Mar 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=8411ba32629f29724719e22fa8b60dff
  4. APP_TIMEZONE=UTC
  5.  
  6. LOG_CHANNEL=stack
  7. LOG_SLACK_WEBHOOK_URL=
  8.  
  9. DB_CONNECTION=mysql
  10. DB_HOST=88.99.32.26
  11. DB_PORT=3306
  12. DB_DATABASE=mptest1
  13. DB_USERNAME=vincenzo
  14. DB_PASSWORD=st4Rq!5
  15.  
  16. CACHE_DRIVER=file
  17. QUEUE_DRIVER=sync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement