This commit is contained in:
sdarbinyan
2026-07-02 02:22:00 +04:00
parent 3af9ab8144
commit c4063e76de
37 changed files with 317 additions and 119 deletions

View File

@@ -1,22 +1,22 @@
// Lavero Store Production Configuration
// Lovero Store Production Configuration
export const environment = {
production: true,
brandName: 'Lavero Store',
brandFullName: 'Lavero Store',
brandName: 'Lovero Store',
brandFullName: 'Lovero 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',
contactEmail: 'info@lovero.store',
supportEmail: 'info@lovero.store',
domain: 'lovero.store',
telegram: '@laveromarket',
telegramBot: 'myAMLKYCBOT',
phones: {
russia: '+374 96 601607',
armenia: '+374 96 601607',
support: '+374 96 601607'
},
phoneTel: 'tel:+79161091032',
phoneTel: 'tel:+37496601607',
useMockData: false, defaultLanguage: 'hy'
};

View File

@@ -1,22 +1,22 @@
// Lavero Store Configuration
// Lovero Store Configuration
export const environment = {
production: false,
brandName: 'Lavero Store',
brandFullName: 'Lavero Store',
brandName: 'Lovero Store',
brandFullName: 'Lovero 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',
contactEmail: 'info@lovero.store',
supportEmail: 'info@lovero.store',
domain: 'lovero.store',
telegram: '@laveromarket',
telegramBot: 'myAMLKYCBOT',
phones: {
russia: '+374 96 601607',
armenia: '+374 96 601607',
support: '+374 96 601607'
},
phoneTel: 'tel:+79161091032',
phoneTel: 'tel:+37496601607',
useMockData: false, defaultLanguage: 'hy'
};