Updating example and gitignore

This commit is contained in:
Matt Burchett 2021-04-06 22:07:50 -07:00
parent 6c4f0b62cc
commit 7b31bf0710
2 changed files with 1 additions and 7 deletions

View File

@ -7,12 +7,7 @@ APP_URL=http://localhost
LOG_CHANNEL=stack LOG_CHANNEL=stack
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=mysql DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=eliteregistry
DB_USERNAME=root
DB_PASSWORD=
BROADCAST_DRIVER=log BROADCAST_DRIVER=log
CACHE_DRIVER=file CACHE_DRIVER=file

1
.gitignore vendored
View File

@ -11,4 +11,3 @@ Homestead.json
Homestead.yaml Homestead.yaml
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
*.sqlite