cleanup env templates
This commit is contained in:
parent
d6b49c2e2b
commit
8cc3dd6608
@ -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=
|
||||
|
@ -57,7 +57,5 @@ return [
|
||||
'port' => env('REDIS_PORT', 6379),
|
||||
'database' => 0,
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
]
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user