Update middleware documentation enable

This commit is contained in:
Jim LAURIE 2018-12-26 14:36:49 +01:00 committed by GitHub
parent e4dc27be54
commit f123639edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,8 @@ Enable the middleware in environments settings
**Path —** `config/environments/middleware.json`.
```json
{
"ejs": {
"enabled": true,
"viewExt": "ejs",
"debug": false,
"cache": false
"responseTime": {
"enabled": true
},
}
```