fix local bootstrap startup and catalog widget UX

This commit is contained in:
sdarbinyan
2026-07-05 02:44:04 +04:00
parent 487a3fb913
commit 145a13857d
10 changed files with 399 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
// Marketplace Production Configuration
export const environment = {
production: true,
useMockBootstrapOnLocal: false,
fallbackTenantKey: 'default',
allowBootstrapApiOverride: false,
localhostApiUrl: 'https://api.dexarmarket.ru:445',
tenantApiTemplate: 'https://{tenant}.api.dexarmarket.ru:445',
tenantApiBaseUrls: {

View File

@@ -2,8 +2,10 @@
export const environment = {
production: false,
useMockData: false, // Toggle to test with backOffice mock data
useMockBootstrapOnLocal: true,
fallbackTenantKey: 'default',
localhostApiUrl: 'https://api.dexarmarket.ru:445',
allowBootstrapApiOverride: false,
localhostApiUrl: '/api',
tenantApiTemplate: 'https://{tenant}.api.dexarmarket.ru:445',
tenantApiBaseUrls: {
default: 'https://api.dexarmarket.ru:445',