16 lines
481 B
JSON
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"
|
|
}
|