21 lines
562 B
TypeScript
21 lines
562 B
TypeScript
|
|
// Lavero Store Production Configuration
|
||
|
|
export const environment = {
|
||
|
|
production: true,
|
||
|
|
brandName: 'Lavero Store',
|
||
|
|
brandFullName: 'Lavero Store',
|
||
|
|
theme: 'lavero',
|
||
|
|
apiUrl: '/api',
|
||
|
|
logo: '/assets/images/lavero/lavero-logo.png',
|
||
|
|
contactEmail: 'info@lavero.store',
|
||
|
|
supportEmail: 'info@lavero.store',
|
||
|
|
domain: 'lavero.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'
|
||
|
|
};
|