dep.env.js 150 B

123456
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. ENV_CONFIG: '"dep"',
  4. HOST: '"http://localhost:8181"',
  5. BASE_API: '"http://localhost:8181/m.api"'
  6. }