prod.env.js 287 B

12345678910
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. // BASE_API: '"http://39.100.230.190/web/"',
  5. BASE_API: '""',
  6. // BASE_API: '"http://8.140.188.124/web/"',
  7. // BASE_API: '"http://172.18.0.24/web/"',
  8. // EMBED_API: '"http://39.100.230.190:8089"',
  9. TIME_OUT: '"20000"'
  10. }