Updating example and gitignore
This commit is contained in:
parent
6c4f0b62cc
commit
7b31bf0710
@ -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
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,4 +11,3 @@ Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
*.sqlite
|
||||
|
Loading…
Reference in New Issue
Block a user