Created
July 14, 2016 09:13
-
-
Save vivex/4dedfbb5063b848c8c41bd477a92cc22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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