sit.env.js 97 B

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