Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / types / ConfigurationType.ts
index e9eb729daf04098d07b65c30ea473f0f754032cb..f07f565e3315a5366ead7940e0681d8369097f6b 100644 (file)
@@ -6,4 +6,6 @@ interface UIServerConfig {
   host: string;
   port: number;
   protocol: string;
+  username?: string;
+  password?: string;
 }