Files
marketplaces/src/environments/environment.production.ts
sdarbinyan fd5a436220
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
api doc
2026-07-20 01:02:36 +04:00

33 lines
1.0 KiB
TypeScript

// Marketplace Production Configuration
export const environment = {
production: true,
useMockBootstrapOnLocal: false,
fallbackTenantKey: 'default',
allowBootstrapApiOverride: false,
localhostApiUrl: 'https://api.dexarmarket.ru:445',
tenantApiTemplate: 'https://{tenant}.api.dexarmarket.ru:445',
tenantApiBaseUrls: {
default: 'https://api.dexarmarket.ru:445',
dexarmarket: 'https://api.dexarmarket.ru:445'
},
brandName: 'Marketplace',
brandFullName: 'Marketplace',
theme: 'dexar',
apiUrl: 'https://api.dexarmarket.ru:445',
authApiUrl: 'https://api.dexarmarket.ru:445',
qrApiUrl: 'https://qr.vitanova.network/api',
logo: '/icons/icon-192x192.png',
contactEmail: 'info@dexarmarket.ru',
supportEmail: 'info@dexarmarket.ru',
domain: 'dexarmarket.ru',
telegram: '@dexarmarket',
telegramBot: 'myAMLKYCBOT',
phones: {
russia: '+7 (926) 459-31-57',
armenia: '+374 94 86 18 16',
support: '+7 (926) 459-31-57'
},
phoneTel: 'tel:+79264593157',
useMockData: false
};