From 6d6e8bcaf92db02c1252e6ecab2949725f6dfb39 Mon Sep 17 00:00:00 2001 From: George Miller Date: Tue, 31 Mar 2015 21:21:52 +0100 Subject: [PATCH] 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. --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index ad177f56..b11e49f7 100644 --- a/.env.example +++ b/.env.example @@ -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