2026-01-18 18:57:06 +04:00
|
|
|
// Dexar Market Configuration
|
|
|
|
|
export const environment = {
|
|
|
|
|
production: false,
|
2026-03-24 00:09:11 +04:00
|
|
|
useMockData: false, // Toggle to test with backOffice mock data
|
2026-01-18 18:57:06 +04:00
|
|
|
brandName: 'Dexarmarket',
|
|
|
|
|
brandFullName: 'Dexar Market',
|
|
|
|
|
theme: 'dexar',
|
2026-03-24 00:09:11 +04:00
|
|
|
apiUrl: '/api',
|
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-03-24 02:25:50 +04:00
|
|
|
telegramBot: 'DexarSupport_bot',
|
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'
|
|
|
|
|
},
|
|
|
|
|
phoneTel: 'tel:+79264593157'
|
2026-01-18 18:57:06 +04:00
|
|
|
};
|