Files
mcb-platform-monorepo/services/msb-host/public/app-settings.json
T
2025-07-21 17:12:41 +03:00

95 lines
2.4 KiB
JSON

{
"modules": [
{
"id": 1,
"remoteEntryUrl": "/msb-main-page/remoteEntry.js",
"remoteName": "msb-main-page",
"moduleName": "App",
"path": "/",
"title": "Главная",
"showOnMobile": true,
"shortTitle": "Главная",
"exact": true
},
{
"id": 2,
"remoteEntryUrl": "/msb-transaction-history/remoteEntry.js",
"remoteName": "msb-transaction-history",
"moduleName": "App",
"path": "/transaction-history",
"title": "История операций",
"showOnMobile": true,
"shortTitle": "История",
"exact": false
},
{
"id": 3,
"remoteEntryUrl": "/msb-payments/remoteEntry.js",
"remoteName": "msb-payments",
"moduleName": "App",
"path": "/payments",
"title": "Платежи",
"showOnMobile": true,
"shortTitle": "Платежи",
"exact": false
},
{
"id": 4,
"remoteEntryUrl": "/msb-statements-and-inquiries/remoteEntry.js",
"remoteName": "msb-statements-and-inquiries",
"moduleName": "App",
"path": "/statements-and-inquiries",
"title": "Выписки и\u00A0справки",
"exact": false
},
{
"id": 5,
"remoteEntryUrl": "/msb-accounts/remoteEntry.js",
"remoteName": "msb-accounts",
"moduleName": "App",
"path": "/accounts",
"title": "Счета",
"exact": false
},
{
"id": 6,
"remoteEntryUrl": "/msb-deposits/remoteEntry.js",
"remoteName": "msb-deposits",
"moduleName": "App",
"path": "/deposits",
"title": "Депозиты и\u00A0МНО",
"exact": false
},
{
"id": 7,
"remoteEntryUrl": "/msb-fea/remoteEntry.js",
"remoteName": "msb-fea",
"moduleName": "App",
"path": "/fea",
"title": "ВЭД",
"exact": false
},
{
"id": 8,
"remoteEntryUrl": "/msb-credit-account/remoteEntry.js",
"remoteName": "msb-credit-account",
"moduleName": "App",
"path": "/credit-account",
"title": "Кредитный кабинет",
"exact": false
},
{
"id": 9,
"remoteEntryUrl": "/msb-acquiring/remoteEntry.js",
"remoteName": "msb-acquiring",
"moduleName": "App",
"path": "/acquiring",
"title": "Эквайринг",
"exact": false
}
],
"settings": {
"apiPath": "/api"
}
}