env.prod.js 93 B

12345
  1. module.exports = {
  2. NODE_ENV: 'production',
  3. NO_CDN: true,
  4. // FORMAT_NODE_LOG: false,
  5. };