common.js 796 Bytes
module.exports = {
    port: 6010,
    mail: {
        service: 'QQex',
        auth: {
            user: 'automan@yoho.cn',
            pass: '8AE83e639d6b65f7'
        }
    },
    yohops: {
        name: 'yanqing.yang',
        pwd: 'Y8682911q2'
    },
    build: {
        outputPath: '/dist/',
        publicPath: '/assets/'
    },
    database: {
        connect: {
            host: '192.168.102.219',
            port: '3306',
            user: 'yh_test',
            password: 'yh_test',
            charset: 'utf8mb4',
            timezone: '+08:00'
        },
        database: 'ufo_sales_stats',
    },
    ldap: {
        url: 'ldaps://172.16.50.12:636',
        dcs: ['yoho01', 'local']
    },
    rootAccount: {
        username: 'admin',
        password: 'yohoadmin9646'
    }
}