Advertisement
Guest User

Untitled

a guest
May 29th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. APP_NAME=Thingy
  2. APP_KEY=base64:xWdLc4KY3iJKHCupluHuu1nDwvprk4OAqnsc6RRrGsA=
  3. APP_DEBUG=false
  4. APP_LOG_LEVEL=debug
  5. APP_URL=http://lbaw-prod.fe.up.pt:80/demo/
  6.  
  7. DB_CONNECTION=pgsql
  8. DB_HOST=dbm.fe.up.pt
  9. DB_PORT=5432
  10.  
  11. BROADCAST_DRIVER=log
  12. CACHE_DRIVER=file
  13. SESSION_DRIVER=file
  14. SESSION_LIFETIME=120
  15. QUEUE_DRIVER=sync
  16.  
  17. GOOGLE_ID=352747256737-q34hcclmvku8v8r4flrmmpsc7no8ml24.apps.googleusercontent.com
  18. GOOGLE_SECRET=uN8AxRreWtNnsx-wXnO8ZpIk
  19. GOOGLE_REDIRECT=http://lbaw1755.lbaw-prod.fe.up.pt/login/google/callback
  20.  
  21.  
  22. MAIL_DRIVER=smtp
  23. MAIL_HOST=smtp.gmail.com
  24. MAIL_PORT=587
  25. MAIL_USERNAME=iaminwebsite@gmail.com
  26. MAIL_PASSWORD=qwoimgomjkpiokyu
  27. MAIL_ENCRYPTION=tls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement