七牛云SSO

config/index.js

阿里云SSO

  1. module.exports = {
  2. accessKeyId: '', // 阿里云Keyid
  3. accessKeySecret: '', // 阿里云Key secret
  4. bucket: '', // Oss bucket 名字
  5. ENCRYPT_KEY: '' // localStorage加密Key
  6. }