Files
marketplaces/src/assets/mock/bootstrap/tenant.json

16 lines
481 B
JSON
Raw Normal View History

{
"id": "tenant-default-001",
"slug": "default",
"code": "DEFAULT",
2026-07-05 00:51:29 +04:00
"host": "marketplace.local",
"name": "Marketplace",
"websiteBaseUrl": "https://marketplace.local",
"builderBaseUrl": "https://builder.marketplace.local",
"backofficeBaseUrl": "https://backoffice.marketplace.local",
"defaultLocale": "ru",
"supportedLocales": ["ru", "en", "hy"],
"defaultCurrency": "RUB",
"supportedCurrencies": ["RUB", "USD", "EUR", "AMD"],
"timezone": "Europe/Moscow"
}