index.js 469 Bytes
const currentApp = 'wheelSurf';
module.exports = {
    production: {
        routerPath: {
            wheelSurf: '/html5/2018/10/wheelSurf',
        },
        domain: 'https://action.yoho.cn',
        currentApp
    },
    development: {
        routerPath: {
            wheelSurf: '/html5/test/2018/10/wheelSurf',
        },
        domain: '//yoho-activity-platform.test3.ingress.dev.yohocorp.com',
        currentApp
    }
}[process.env.NODE_ENV || 'development']