Files
marketplaces/src/assets/mock/bootstrap/tenant.json
sdarbinyan 9cf508d319 clean up
2026-07-05 00:57:20 +04:00

16 lines
481 B
JSON

{
"id": "tenant-default-001",
"slug": "default",
"code": "DEFAULT",
"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"
}