Files
marketplaces/src/environments/environment.lavero.ts
sdarbinyan ea80f90d0f api
2026-05-19 03:20:25 +04:00

21 lines
576 B
TypeScript

// Lavero Store Configuration
export const environment = {
production: false,
brandName: 'Lavero Store',
brandFullName: 'Lavero Store',
theme: 'lavero',
apiUrl: 'https://api.lovero.store:555',
logo: '/assets/images/lavero/lavero-logo.png',
contactEmail: 'info@lavero.store',
supportEmail: 'info@lavero.store',
domain: 'lovero.store',
telegram: '@laveromarket',
telegramBot: 'laveroSupportbot',
phones: {
russia: '+7 916 109 10 32',
support: '+7 916 109 10 32'
},
phoneTel: 'tel:+79161091032',
useMockData: false, defaultLanguage: 'hy'
};