This commit is contained in:
sdarbinyan
2026-07-05 00:51:29 +04:00
parent 58b5a4e996
commit 9cf508d319
60 changed files with 268 additions and 1038 deletions

View File

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

View File

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

View File

@@ -1,22 +0,0 @@
// novo Market Production Configuration
export const environment = {
production: true,
brandName: 'novo Market',
brandFullName: 'novo Market',
theme: 'novo',
apiUrl: '/api',
authApiUrl: 'https://users.vitanova.network:456',
qrApiUrl: 'https://qr.vitanova.network/api',
logo: '/assets/images/novo-logo.svg',
contactEmail: 'info@novo.market',
supportEmail: 'info@novo.market',
domain: 'novo.market',
telegram: '@novomarket',
telegramBot: 'myAMLKYCBOT',
phones: {
russia: '+7 916 109 10 32',
support: '+7 916 109 10 32'
},
phoneTel: 'tel:+79161091032',
useMockData: false
};

View File

@@ -1,22 +0,0 @@
// novo Market Configuration
export const environment = {
production: false,
brandName: 'novo Market',
brandFullName: 'novo Market',
theme: 'novo',
apiUrl: '/api',
authApiUrl: 'https://users.vitanova.network:456',
qrApiUrl: 'https://qr.vitanova.network/api',
logo: '/assets/images/novo-logo.svg',
contactEmail: 'info@novo.market',
supportEmail: 'info@novo.market',
domain: 'novo.market',
telegram: '@novomarket',
telegramBot: 'myAMLKYCBOT',
phones: {
russia: '+7 916 109 10 32',
support: '+7 916 109 10 32'
},
phoneTel: 'tel:+79161091032',
useMockData: false
};

View File

@@ -1,13 +1,13 @@
// Dexar Market Production Configuration
// Marketplace Production Configuration
export const environment = {
production: true,
brandName: 'Dexarmarket',
brandFullName: 'Dexar Market',
brandName: 'Marketplace',
brandFullName: 'Marketplace',
theme: 'dexar',
apiUrl: 'https://api.dexarmarket.ru:445',
authApiUrl: 'https://users.vitanova.network:456',
qrApiUrl: 'https://qr.vitanova.network/api',
logo: '/assets/images/dexar-logo.svg',
logo: '/icons/icon-192x192.png',
contactEmail: 'info@dexarmarket.ru',
supportEmail: 'info@dexarmarket.ru',
domain: 'dexarmarket.ru',

View File

@@ -1,14 +1,14 @@
// Dexar Market Configuration
// Marketplace Configuration
export const environment = {
production: false,
useMockData: false, // Toggle to test with backOffice mock data
brandName: 'Dexarmarket',
brandFullName: 'Dexar Market',
brandName: 'Marketplace',
brandFullName: 'Marketplace',
theme: 'dexar',
apiUrl: '/api',
authApiUrl: 'https://users.vitanova.network:456',
qrApiUrl: 'https://qr.vitanova.network/api',
logo: '/assets/images/dexar-logo.svg',
logo: '/icons/icon-192x192.png',
contactEmail: 'info@dexarmarket.ru',
supportEmail: 'info@dexarmarket.ru',
domain: 'dexarmarket.ru',