refactor: rename a template key to a more sensible name
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 0cd0e45f1e49707de532e5adab330ba3878c01f2..8060a937449cd5cd1a11c983d287f1d83bc5583b 100644 (file)
@@ -67,8 +67,7 @@ export type ChargingStationTemplate = {
   ocppPersistentConfiguration?: boolean;
   stationInfoPersistentConfiguration?: boolean;
   wsOptions?: WsOptions;
-  // FIXME: rename to idTagFile
-  authorizationFile?: string;
+  idTagsFile?: string;
   baseName: string;
   nameSuffix?: string;
   fixedName?: boolean;