Skip to content

Instantly share code, notes, and snippets.

@vivex
Created July 14, 2016 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivex/4dedfbb5063b848c8c41bd477a92cc22 to your computer and use it in GitHub Desktop.
Save vivex/4dedfbb5063b848c8c41bd477a92cc22 to your computer and use it in GitHub Desktop.
APP_ENV=testing
APP_DEBUG=true
APP_KEY=key
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sample
DB_USERNAME=shippable
DB_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_DRIVER=sync
MAIL_DRIVER=log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment