phase-3: add bootstrap-aligned mock configuration payloads

This commit is contained in:
sdarbinyan
2026-07-03 01:31:24 +04:00
parent e0b73923f9
commit 0f1ebbab7e
12 changed files with 600 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
}