X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=41a74805378c54dd92b7e43bc130416f5386b2f5;hb=c27c3eeea356b0692bef2327bb59aa99f9cbad8d;hp=1a12c045f69b9a766005b163917e961381bfd39a;hpb=ffd71f2c31025fcec6d5a95e1fba5d32c6d28e5b;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 1a12c045..41a74805 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,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' or 'mongodb' | performance storage configuration section +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 stationTemplateURLs | | {}[] | { file: string; numberOfStations: number; }[] | array of charging station templates URIs configuration section (template file name and number of stations) ### Charging station template