irc_web/.svn/pristine/f1/f166964bf9ec6d821b5f1c30df8...

9 lines
208 B
Plaintext

const OSS = require('ali-oss')
export const OSSclient = new OSS({
region: 'oss-cn-beijing',
accessKeyId: 'mpXG7Nu6zTpsDrI1',
accessKeySecret: 'yNINcEb099SkNfF6vYKaoP8TZNI3xZ',
bucket: 'irc-video'
})