fix(api): route tenants through origin gateway
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
This commit is contained in:
@@ -4,18 +4,13 @@ export const environment = {
|
||||
useMockData: false, // Toggle to test with backOffice mock data
|
||||
useMockBootstrapOnLocal: true,
|
||||
fallbackTenantKey: 'default',
|
||||
allowBootstrapApiOverride: false,
|
||||
localhostApiUrl: '/api',
|
||||
tenantApiTemplate: 'https://{tenant}.api.dexarmarket.ru:445',
|
||||
tenantApiBaseUrls: {
|
||||
default: 'https://api.dexarmarket.ru:445',
|
||||
dexarmarket: 'https://api.dexarmarket.ru:445'
|
||||
},
|
||||
tenantApiTemplate: '{origin}/backend',
|
||||
tenantApiBaseUrls: {},
|
||||
brandName: 'Marketplace',
|
||||
brandFullName: 'Marketplace',
|
||||
theme: 'dexar',
|
||||
apiUrl: '/api',
|
||||
authApiUrl: 'https://api.dexarmarket.ru:445',
|
||||
qrApiUrl: 'https://qr.vitanova.network/api',
|
||||
logo: '/icons/icon-192x192.png',
|
||||
contactEmail: 'info@dexarmarket.ru',
|
||||
|
||||
Reference in New Issue
Block a user