From 02df7844a432f577ff06ea4c365072041e2154ca Mon Sep 17 00:00:00 2001 From: KodeStar Date: Fri, 4 Jan 2019 10:34:12 +0000 Subject: [PATCH] Update .env.example --- .env.example | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index cd06cc8d..b6764afc 100644 --- a/.env.example +++ b/.env.example @@ -1,16 +1,11 @@ -APP_NAME=Laravel +APP_NAME=Heimdall APP_ENV=local -APP_KEY= APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 -DB_DATABASE=homestead -DB_USERNAME=homestead -DB_PASSWORD=secret +DB_CONNECTION=sqlite +DB_DATABASE=app.sqlite BROADCAST_DRIVER=log CACHE_DRIVER=file