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