Advertisement
Guest User

Untitled

a guest
May 15th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=
  4. APP_TIMEZONE=UTC
  5.  
  6. DB_CONNECTION=mysql
  7. DB_HOST=127.0.0.1
  8. DB_PORT=3306
  9. DB_DATABASE=homestead
  10. DB_USERNAME=homestead
  11. DB_PASSWORD=secret
  12.  
  13. CACHE_DRIVER=memcached
  14. QUEUE_DRIVER=sync
  15.  
  16. AUTH_KEY=da39a3ee5e6b4b0d3255bfef95601890afd80709
  17. IMAGES_PATH=storage/images/
  18. DATA_PATH=storage/data/
  19. POST_DATA_FILENAME=posts_data.properties
  20. KEYWORDS_DATA_FILENAME=words_data.properties
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement