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

21 lines
576 B
TypeScript
Raw Normal View History

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