prod.env.js 159 B

12345678
  1. 'use strict'
  2. module.exports = {
  3. ENCRYPT: true,
  4. NODE_ENV: '"production"',
  5. CRYPTO_KEY: '"abcdefgabcdefg12"',
  6. BASE_URL: '"http://service.tripto.cn/ht"'
  7. }