prod.env.js 91 B

1234
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. API_ROOT: '"http://192.168.1.200"',
  4. }