export const environment = { production: true, apiBaseUrl: window.location.origin, apiUrl: window.location.origin + '/api' };