Files
market-backOfficce/src/environments/environment.ts
2026-01-22 00:41:13 +04:00

7 lines
172 B
TypeScript

export const environment = {
production: false,
useMockData: true, // Set to false when backend is ready
apiUrl: '/api',
marketplaceUrl: 'http://localhost:4200'
};