1234567891011121314151617 |
- // module.exports = {
- // NODE_ENV: '"development"',
- // ENV_CONFIG: '"dev"',
- // BASE_API: '"https://api-dev"'
- // }
- module.exports = {
- NODE_ENV: '"development"',
- ENV_CONFIG: '"dev"',
- <<<<<<< .mine
- BASE_API: '"http://localhost:9529"',//'"http://112.74.16.180:9527"', //http://api.xt.test.sgjyun.com
- =======
- BASE_API: '"http://localhost:9529"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com http://112.74.16.180:9527
- >>>>>>> .theirs
- // PATIENT_SIT: '"http://test1.sgjyun.com"',
- // MIRCOMALL_SIT: '"http://mall.test.sgjyun.com"'
- }
|