prod.env.js 103 B

12345
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. API_HOST:'"http://182.92.193.64:8002"'
  5. }