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