X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FConfigurationData.ts;h=371e9c5d558587d137a031655f2dd4cc3c4757f9;hb=b95523058c121b22e086339675407f5266250b7b;hp=0570531dc5ccdb5c1bdbda9a544c5017a4c842ed;hpb=524d9cb333fd690edb702c88517f79b3f3d6813e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ConfigurationData.ts b/src/types/ConfigurationData.ts index 0570531d..371e9c5d 100644 --- a/src/types/ConfigurationData.ts +++ b/src/types/ConfigurationData.ts @@ -7,13 +7,15 @@ export default interface ConfigurationData { supervisionURLs?: string[]; stationTemplateURLs: StationTemplateURL[]; statisticsDisplayInterval?: number; - autoReconnectTimeout?: number; + connectionTimeout?: number; autoReconnectMaxRetries?: number; distributeStationsToTenantsEqually?: boolean; useWorkerPool?: boolean; workerPoolSize?: number; logFormat?: string; logLevel?: string; + logRotate?: boolean; + logMaxFiles?: number; logFile?: string; logErrorFile?: string; logConsole?: boolean;