Guest User

Untitled

a guest
Oct 22nd, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=
  4. APP_TIMEZONE=UTC
  5.  
  6. API_KEY_PHRASE=
  7.  
  8. DB_CONNECTION=mysql
  9. DB_HOST=db
  10. DB_PORT=3306
  11. DB_DATABASE=aether3
  12. DB_USERNAME=root
  13. DB_PASSWORD=root
  14.  
  15. CACHE_DRIVER=memcached
  16. QUEUE_DRIVER=sync
  17. AUTOCOMPLETE_DRIVER=file
  18.  
  19. LOGIN_EXPIRY = 31556926
  20. SITES_CONFIGURATION_FOLDER = /var/www/sites/
Add Comment
Please, Sign In to add comment