cdn_config.js 513 Bytes
/**
 * CDN 配置
 */

const CDNCONFIG = {
    main: {
        accessKey: 'BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU',
        secretKey: '_x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK',
        origin: 'https://cdn.yoho.cn',
        bucket: 'yohocdn'
    },

    feature: {
        origin: 'https://feature.yoho.cn',
        bucket: 'yohogirlzine'
    },

    qcloud: {
        SecretId: 'AKIDKXZR8e2JNGhy9AogEdZKuJXaSAot7X7W',
        SecretKey: 'Mhuw11qY5KPK5fBYxDHAsQnzzpU4Xqzx'
    }
}

module.exports = CDNCONFIG;