Update .env.example

DB_DRIVER is default set to sqlite. Anyone starting the project intending to use MySQL will have to look around to see to add that declaration here. Best add it to the example file to save them the hassle.
This commit is contained in:
George Miller 2015-03-31 21:21:52 +01:00
parent 0f44fab68c
commit 6d6e8bcaf9

View File

@ -2,6 +2,7 @@ APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_DRIVER=sqlite
DB_HOST=localhost
DB_DATABASE=cachet
DB_USERNAME=user