cleanup env templates

This commit is contained in:
Nabeel Shahzad 2017-12-06 11:37:59 -06:00
parent d6b49c2e2b
commit 8cc3dd6608
2 changed files with 3 additions and 9 deletions

View File

@ -9,12 +9,8 @@ APP_LOG=daily
APP_LOG_LEVEL=debug
APP_LOG_MAX_FILES=7
DB_CONNECTION=local
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=phpvms
DB_USERNAME=
DB_PASSWORD=
DB_CONNECTION=sqlite
DB_PATH=storage/dev.sqlite
CACHE_DRIVER=array
CACHE_PREFIX=

View File

@ -57,7 +57,5 @@ return [
'port' => env('REDIS_PORT', 6379),
'database' => 0,
],
],
]
];