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

7 lines
172 B
TypeScript
Raw Normal View History

2026-01-19 23:17:07 +04:00
export const environment = {
production: false,
useMockData: true, // Set to false when backend is ready
2026-01-22 00:41:13 +04:00
apiUrl: '/api',
marketplaceUrl: 'http://localhost:4200'
2026-01-19 23:17:07 +04:00
};