From 0205b2911c5337102d928564fcbba915c8ee19a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 7 Jan 2023 17:43:51 +0100 Subject: [PATCH] README.md: refine tunable values MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31db2262..bc4b7f7e 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ But the modifications to test have to be done to the files in the build target d | logConsole | true/false | false | boolean | output logs on the console | | logFormat | | simple | string | [winston](https://github.com/winstonjs/winston) log format | | logRotate | true/false | true | boolean | enable daily log files rotation | -| logMaxFiles | x, "xd" where x is an integer | undefined | integer \| string | maximum number of log files | -| logMaxSize | x, "xk", "xm", "xg" where x is a number | undefined | number \| string | maximum size of log files in bytes, or units of kb, mb, and gb | +| logMaxFiles | x/"xd" where x is an integer | undefined | integer \| string | maximum number of log files | +| logMaxSize | x/"xk"/"xm"/"xg" where x is a number | undefined | number \| string | maximum size of log files in bytes, or units of kb, mb, and gb | | logLevel | emerg/alert/crit/error/warning/notice/info/debug | info | string | [winston](https://github.com/winstonjs/winston) logging level | | logFile | | combined.log | string | log file relative path | | logErrorFile | | error.log | string | error log file relative path | @@ -130,7 +130,7 @@ But the modifications to test have to be done to the files in the build target d | supervisionPassword | | undefined | string | basic HTTP authentication password to OCPP-J server | | supervisionUrlOcppConfiguration | true/false | false | boolean | allow supervision URL configuration via a vendor OCPP parameter key | | supervisionUrlOcppKey | | 'ConnectionUrl' | string | the vendor string that will be used as a vendor OCPP parameter key to set the supervision URL | -| ocppVersion | 1.6 | 1.6 | string | OCPP version | +| ocppVersion | 1.6/2.0 | 1.6 | string | OCPP version | | ocppProtocol | json | json | string | OCPP protocol | | ocppStrictCompliance | true/false | false | boolean | strict adherence to the OCPP version and protocol specifications | | ocppPersistentConfiguration | true/false | true | boolean | enable persistent OCPP parameters storage by charging stations 'hashId'. The persistency is ensured by the charging stations configuration files in dist/assets/configurations | -- 2.34.1