// config.js const CONFIG = { API_BASE_URL: "http://localhost:4000/api/v1", }; export default CONFIG;