From: Jérôme Benoit Date: Sun, 12 Sep 2021 08:51:29 +0000 (+0200) Subject: Refine the list of performance storage supported engines X-Git-Tag: v1.0.56~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=312ff77c62c6ba96ec1266a5d617b6910511f1c6;p=e-mobility-charging-stations-simulator.git Refine the list of performance storage supported engines Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 962552bb..6f69c51b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ logMaxFiles | | 7 | integer | maximum number of log files to keep logLevel | emerg/alert/crit/error/warning/notice/info/debug | info | string | winston logging level logFile | | combined.log | string | log file relative path logErrorFile | | error.log | string | error log file relative path -performanceStorage | | { "enabled": false, "type": "jsonfile", "file:///performanceMeasurements.json" } | { enabled: string; type: string; URI: string; } where type can be 'jsonfile', 'mysql', 'mariadb', 'sqlite' or 'mongodb' | performance storage configuration section +performanceStorage | | { "enabled": false, "type": "jsonfile", "file:///performanceRecords.json" } | { enabled: string; type: string; URI: string; } where type can be 'jsonfile' or 'mongodb' | performance storage configuration section stationTemplateURLs | | {}[] | { file: string; numberOfStations: number; }[] | array of charging station templates URIs configuration section (template file name and number of stations) #### Worker process model: