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

23 lines
644 B
TypeScript
Raw Normal View History

2026-01-18 18:57:06 +04:00
// Dexar Market Production Configuration
export const environment = {
production: true,
brandName: 'Dexarmarket',
brandFullName: 'Dexar Market',
theme: 'dexar',
apiUrl: 'https://api.dexarmarket.ru:445',
2026-06-01 00:47:26 +04:00
authApiUrl: 'https://users.vitanova.network:456',
2026-01-18 18:57:06 +04:00
logo: '/assets/images/dexar-logo.svg',
contactEmail: 'info@dexarmarket.ru',
supportEmail: 'info@dexarmarket.ru',
domain: 'dexarmarket.ru',
telegram: '@dexarmarket',
2026-06-01 00:47:26 +04:00
telegramBot: 'myAMLKYCBOT',
2026-01-18 18:57:06 +04:00
phones: {
russia: '+7 (926) 459-31-57',
2026-04-14 22:28:34 +04:00
armenia: '+374 94 86 18 16',
support: '+7 (926) 459-31-57'
2026-03-01 02:43:14 +04:00
},
2026-04-14 22:28:34 +04:00
phoneTel: 'tel:+79264593157',
2026-03-01 02:43:14 +04:00
useMockData: false
2026-01-18 18:57:06 +04:00
};