Typing.
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index 3f51cb85c951184d6efe680d06272236bce08339..371e9c5d558587d137a031655f2dd4cc3c4757f9 100644 (file)
@@ -7,13 +7,15 @@ export default interface ConfigurationData {
   supervisionURLs?: string[];
   stationTemplateURLs: StationTemplateURL[];
   statisticsDisplayInterval?: number;
-  autoReconnectTimeout?: number;
+  connectionTimeout?: number;
   autoReconnectMaxRetries?: number;
-  distributeStationToTenantEqually?: boolean;
+  distributeStationsToTenantsEqually?: boolean;
   useWorkerPool?: boolean;
   workerPoolSize?: number;
   logFormat?: string;
   logLevel?: string;
+  logRotate?: boolean;
+  logMaxFiles?: number;
   logFile?: string;
   logErrorFile?: string;
   logConsole?: boolean;