Advertisement
TypicalModder

ENV File

Jan 19th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:3oM2Cg70oZ/mOGbiE+YypppYe/5Eg22XAwCKPTdsJDo=
  4. APP_URL=http://localhost
  5.  
  6. DB_CONNECTION=mysql
  7. DB_HOST=127.0.0.1
  8. DB_PORT=3306
  9. DB_DATABASE=creativo_rocky
  10. DB_USERNAME=creativo_user
  11. DB_PASSWORD='n9GF!aLUK%?w'
  12.  
  13. CACHE_DRIVER=file
  14. SESSION_DRIVER=file
  15. QUEUE_DRIVER=sync
  16.  
  17. REDIS_HOST=127.0.0.1
  18. REDIS_PASSWORD=null
  19. REDIS_PORT=6379
  20.  
  21. MAIL_DRIVER=smtp
  22. MAIL_HOST=mailtrap.io
  23. MAIL_PORT=2525
  24. MAIL_USERNAME=null
  25. MAIL_PASSWORD=null
  26. MAIL_ENCRYPTION=null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement