const config = { api: { url: window.env?.REACT_APP_API_URL, operatorUrl: window.env?.REACT_APP_OPERATOR_URL } }; export default config;