Files
market-backOfficce/src/environments/environment.ts

10 lines
208 B
TypeScript
Raw Normal View History

2026-01-19 23:17:07 +04:00
export const environment = {
production: false,
2026-06-21 01:41:58 +04:00
useMockData: false,
2026-01-22 00:41:13 +04:00
apiUrl: '/api',
2026-06-21 01:41:58 +04:00
authApiUrl: '',
userSessionApiUrl: '',
telegramBot: 'myAMLKYCBOT',
2026-01-22 00:41:13 +04:00
marketplaceUrl: 'http://localhost:4200'
2026-01-19 23:17:07 +04:00
};