Files
marketplaces/src/environments/environment.novo.production.ts

21 lines
521 B
TypeScript
Raw Normal View History

2026-01-18 18:57:06 +04:00
// novo Market Production Configuration
export const environment = {
production: true,
brandName: 'novo Market',
brandFullName: 'novo Market',
theme: 'novo',
2026-04-13 23:19:38 +04:00
apiUrl: '/api',
2026-01-18 18:57:06 +04:00
logo: '/assets/images/novo-logo.svg',
contactEmail: 'info@novo.market',
supportEmail: 'info@novo.market',
domain: 'novo.market',
telegram: '@novomarket',
2026-04-14 22:28:34 +04:00
telegramBot: 'novoSupportbot',
2026-01-18 18:57:06 +04:00
phones: {
2026-04-14 13:48:56 +04:00
russia: '+7 916 109 10 32',
support: '+7 916 109 10 32'
2026-03-01 02:43:14 +04:00
},
2026-04-14 22:28:34 +04:00
phoneTel: 'tel:+79161091032',
2026-03-01 02:43:14 +04:00
useMockData: false
2026-01-18 18:57:06 +04:00
};