// const env = { // BASE_ENV: 'production', // BASE_API: 'https://screen.bolineyecare.com' // } const env = { BASE_ENV: 'development', BASE_API: 'https://tstscreen.bolineyecare.com' } export default env