const config = { api: { url: window.env?.REACT_APP_API_URL || 'http://localhost:3001', operatorUrl: window.env?.REACT_APP_OPERATOR_URL || 'http://localhost:8080' } }; export default config;