diff --git a/README.md b/README.md index 8e3bf7c..7d31385 100644 --- a/README.md +++ b/README.md @@ -73,16 +73,17 @@ Available: ## Configuration -| Environment | Helm | CLI | Default | -|------------------------------------|----------------------------------|------------------------------------|---------------| -| PORT | service.port | --port | `80` | -| LOGS__IGNORE__PING | application.logs.ignore.ping | --logs:ignore:ping | `false` | -| ENABLE__HOST | application.enable.host | --enable:host | `true` | -| ENABLE__HTTP | application.enable.http | --enable:http | `true` | -| ENABLE__REQUEST | application.enable.request | --enable:request | `true` | -| ENABLE__HEADER | application.enable.header | --enable:header | `true` | -| ENABLE__ENVIRONMENT | application.enable.environment | --enable:environment | `true` | -| ENABLE__FILE | application.enable.file | --enable:file | `true` | +| Environment | Helm | CLI | Default | +|---------------------|--------------------------------|----------------------|---------------| +| PORT | service.port | --port | `80` | +| LOGS__IGNORE__PING | application.logs.ignore.ping | --logs:ignore:ping | `false` | +| ENABLE__HOST | application.enable.host | --enable:host | `true` | +| ENABLE__HTTP | application.enable.http | --enable:http | `true` | +| ENABLE__REQUEST | application.enable.request | --enable:request | `true` | +| ENABLE__COOKIES | application.enable.cookies | --enable:cookies | `true` | +| ENABLE__HEADER | application.enable.header | --enable:header | `true` | +| ENABLE__ENVIRONMENT | application.enable.environment | --enable:environment | `true` | +| ENABLE__FILE | application.enable.file | --enable:file | `true` | ## Use Echo-Server