config.example.js 103 B

1234567
  1. module.exports = {
  2. secretId: 'xxx',
  3. secretKey: 'xxxx',
  4. env: 'xxx',
  5. appId: 'xxx',
  6. proxy: ''
  7. }