sit.env.js 99 B

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