// 测试环境 test.env.js

module.exports = {
    NODE_ENV: '"test"',
    URL_COMMON: 'http://172.18.173.15:8081/',
    URL_RESOURCE: 'http://172.18.173.15:9000/',
}