// novo Market Production Configuration export const environment = { production: true, brandName: 'novo Market', brandFullName: 'novo Market', theme: 'novo', apiUrl: '/api', logo: '/assets/images/novo-logo.svg', contactEmail: 'info@novo.market', supportEmail: 'info@novo.market', domain: 'novo.market', telegram: '@novomarket', telegramBot: 'novoSupportbot', phones: { russia: '+7 916 109 10 32', support: '+7 916 109 10 32' }, phoneTel: 'tel:+79161091032', useMockData: false };