X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Futils%2FConstants.ts;h=433f95e032c80b43f7599404017f4d980529af63;hb=7f774a554aa1ac13c597acb227063cb941eec468;hp=e31d9b2599e73de44087708f5e42aa060e15b60a;hpb=1e080116b0b62d897258a28efa129a9a65bf7d4e;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index e31d9b25..433f95e0 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -119,7 +119,7 @@ export default class Constants { static readonly DEFAULT_FLUCTUATION_PERCENT = 5; static readonly DEFAULT_PERFORMANCE_RECORDS_FILENAME = 'performanceRecords.json'; - static readonly DEFAULT_PERFORMANCE_RECORDS_DB_NAME = 'emobility-charging-stations-simulator'; + 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';