1 2 3
const API_BASE_URL = process.env.REACT_APP_API_BASE_URL || 'http://10.0.0.164:8000'; export default API_BASE_URL;