clean up
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user