X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=bfb4fbf38aaf34341dcbb03f6549126ae4e284a7;hb=6d93455a43e8628c857b1d393d92e937b357af01;hp=6f5c8b8b8a7e9a48a0516439d557101c26a2c0ef;hpb=2a232a189dcf97615429a52e0deb767126cc3873;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 6f5c8b8b..bfb4fbf3 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -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';