README.md: refine tunable values
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 7 Jan 2023 16:43:51 +0000 (17:43 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 7 Jan 2023 16:43:51 +0000 (17:43 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 31db2262d44d5fdde81e6d38fe94e4352ceb371b..bc4b7f7e3ea2511ca54074130d5f6baec0f4bace 100644 (file)
--- 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                        |