prod.env.js 165 B

1234567
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. ENV_CONFIG: '"prod"',
  4. BASE_API: '"http://statementapi.hiwavo.com"'
  5. // BASE_API: '"http://tstatementapi.d5ct.com"'
  6. }