UI Server: rename defaults constants
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 6f5c8b8b8a7e9a48a0516439d557101c26a2c0ef..bfb4fbf38aaf34341dcbb03f6549126ae4e284a7 100644 (file)
@@ -117,8 +117,8 @@ export default class Constants {
   static readonly DEFAULT_PERFORMANCE_RECORDS_DB_NAME = 'e-mobility-charging-stations-simulator';
   static readonly PERFORMANCE_RECORDS_TABLE = 'performance_records';
 
-  static readonly DEFAULT_UI_WEBSOCKET_SERVER_HOST = 'localhost';
-  static readonly DEFAULT_UI_WEBSOCKET_SERVER_PORT = 8080;
+  static readonly DEFAULT_UI_SERVER_HOST = 'localhost';
+  static readonly DEFAULT_UI_SERVER_PORT = 8080;
 
   static readonly UNKNOWN_COMMAND = 'unknown command';