Skip to content

Instantly share code, notes, and snippets.

@rjcrystal
Created January 26, 2016 13:55
Show Gist options
  • Save rjcrystal/2f62dc6da0118309a0fa to your computer and use it in GitHub Desktop.
Save rjcrystal/2f62dc6da0118309a0fa to your computer and use it in GitHub Desktop.
APP_ENV=local
APP_DEBUG=true
APP_KEY=q8fDNIXr2byJyVdhmR3ZyjndF0EhTSbb
DB_HOST=localhost
DB_DATABASE=crmi
DB_USERNAME=root
DB_PASSWORD=your_password
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment