Sprint 9: add tenant-driven API resolution layer

This commit is contained in:
sdarbinyan
2026-07-05 02:24:16 +04:00
parent c3d1153f0e
commit 487a3fb913
12 changed files with 197 additions and 17 deletions

View File

@@ -1,6 +1,13 @@
// Marketplace Production Configuration
export const environment = {
production: true,
fallbackTenantKey: 'default',
localhostApiUrl: 'https://api.dexarmarket.ru:445',
tenantApiTemplate: 'https://{tenant}.api.dexarmarket.ru:445',
tenantApiBaseUrls: {
default: 'https://api.dexarmarket.ru:445',
dexarmarket: 'https://api.dexarmarket.ru:445'
},
brandName: 'Marketplace',
brandFullName: 'Marketplace',
theme: 'dexar',