fix local bootstrap startup and catalog widget UX
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user