sit.env.js 104 B

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