sit.env.js 116B

123456
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. ENV_CONFIG: '"sit"',
  4. BASE_API: '"http://api.test1.sgjyun.com"'
  5. }