// 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', apiUrl: 'https://api.dexarmarket.ru:445', authApiUrl: 'https://users.vitanova.network:456', qrApiUrl: 'https://qr.vitanova.network/api', logo: '/icons/icon-192x192.png', contactEmail: 'info@dexarmarket.ru', supportEmail: 'info@dexarmarket.ru', domain: 'dexarmarket.ru', telegram: '@dexarmarket', telegramBot: 'myAMLKYCBOT', phones: { russia: '+7 (926) 459-31-57', armenia: '+374 94 86 18 16', support: '+7 (926) 459-31-57' }, phoneTel: 'tel:+79264593157', useMockData: false };