cleanup env templates
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user