Files
market-backOfficce/src/environments/environment.ts
2026-06-21 01:41:58 +04:00

10 lines
208 B
TypeScript

export const environment = {
production: false,
useMockData: false,
apiUrl: '/api',
authApiUrl: '',
userSessionApiUrl: '',
telegramBot: 'myAMLKYCBOT',
marketplaceUrl: 'http://localhost:4200'
};