'use strict'
module.exports = {
    NODE_ENV: '"production"',
    // BASE_URL: '"http://mbi.sagacloud.cn"', //线上iframe地址
    BASE_URL: '"http://172.16.0.239"', //测试iframe地址
    SSO_SERVER: '"http://192.168.20.101:8004"' //测试环境
    // SSO_SERVER: '"http://sso.sagacloud.cn"'  //正式环境
}