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,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',