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

23 lines
654 B
TypeScript
Raw Normal View History

2026-05-19 02:01:36 +04:00
// Lavero Store Production Configuration
export const environment = {
production: true,
brandName: 'Lavero Store',
brandFullName: 'Lavero Store',
theme: 'lavero',
2026-05-19 03:53:23 +04:00
apiUrl: '/api',
2026-06-01 00:47:26 +04:00
authApiUrl: 'https://users.vitanova.network:456',
2026-06-05 18:23:24 +04:00
qrApiUrl: 'https://qr.vitanova.network/api',
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',
2026-06-01 00:47:26 +04:00
telegramBot: 'myAMLKYCBOT',
2026-05-19 02:01:36 +04:00
phones: {
2026-05-28 12:56:41 +00:00
russia: '+374 96 601607',
support: '+374 96 601607'
2026-05-19 02:01:36 +04:00
},
phoneTel: 'tel:+79161091032',
useMockData: false, defaultLanguage: 'hy'
};