Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
enabled: false,
type: ApplicationProtocol.WS,
options: {
- host: Constants.DEFAULT_UI_WEBSOCKET_SERVER_HOST,
- port: Constants.DEFAULT_UI_WEBSOCKET_SERVER_PORT,
+ host: Constants.DEFAULT_UI_SERVER_HOST,
+ port: Constants.DEFAULT_UI_SERVER_PORT,
},
};
if (Configuration.objectHasOwnProperty(Configuration.getConfig(), 'uiServer')) {
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';