From 7b31bf071007f35201847c8c2ad85e8d9fdc3d0d Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Tue, 6 Apr 2021 22:07:50 -0700 Subject: [PATCH] Updating example and gitignore --- .env.example | 7 +------ .gitignore | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.env.example b/.env.example index 0ffb447..ab06ec3 100644 --- a/.env.example +++ b/.env.example @@ -7,12 +7,7 @@ APP_URL=http://localhost LOG_CHANNEL=stack LOG_LEVEL=debug -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 -DB_DATABASE=eliteregistry -DB_USERNAME=root -DB_PASSWORD= +DB_CONNECTION=sqlite BROADCAST_DRIVER=log CACHE_DRIVER=file diff --git a/.gitignore b/.gitignore index 273bad3..0ae59f0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,3 @@ Homestead.json Homestead.yaml npm-debug.log yarn-error.log -*.sqlite