prod.env.js 98 B

12345
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. ENV_CONFIG: '"prod"',
  4. BASE_API: '"/bidding"'
  5. }