16 lines
468 B
JSON
16 lines
468 B
JSON
|
|
{
|
||
|
|
"id": "tenant-default-001",
|
||
|
|
"slug": "default",
|
||
|
|
"code": "DEFAULT",
|
||
|
|
"host": "default.local",
|
||
|
|
"name": "Default Tenant",
|
||
|
|
"websiteBaseUrl": "https://default.local",
|
||
|
|
"builderBaseUrl": "https://builder.default.local",
|
||
|
|
"backofficeBaseUrl": "https://backoffice.default.local",
|
||
|
|
"defaultLocale": "ru",
|
||
|
|
"supportedLocales": ["ru", "en", "hy"],
|
||
|
|
"defaultCurrency": "RUB",
|
||
|
|
"supportedCurrencies": ["RUB", "USD", "EUR", "AMD"],
|
||
|
|
"timezone": "Europe/Moscow"
|
||
|
|
}
|