Files
marketplaces/src/environments/environment.lavero.production.ts
sdarbinyan 14bdd3bcd0 api change
2026-06-05 18:23:24 +04:00

23 lines
654 B
TypeScript

// Lavero Store Production Configuration
export const environment = {
production: true,
brandName: 'Lavero Store',
brandFullName: 'Lavero Store',
theme: 'lavero',
apiUrl: '/api',
authApiUrl: 'https://users.vitanova.network:456',
qrApiUrl: 'https://qr.vitanova.network/api',
logo: '/assets/images/lavero/lavero-logo.png',
contactEmail: 'info@lavero.store',
supportEmail: 'info@lavero.store',
domain: 'lovero.store',
telegram: '@laveromarket',
telegramBot: 'myAMLKYCBOT',
phones: {
russia: '+374 96 601607',
support: '+374 96 601607'
},
phoneTel: 'tel:+79161091032',
useMockData: false, defaultLanguage: 'hy'
};