Files
marketplaces/src/environments/environment.novo.production.ts
2026-04-14 22:28:34 +04:00

21 lines
521 B
TypeScript

// 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
};