prod.env.js 290 B

12345678
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. ENV_CONFIG: "'prod'",
  5. API_ROOT: '"//www.cofortest.com"',
  6. LOGIN_URL:'"http://user.cofortest.com/page/login?redirect=http%3a%2f%2fwww.cofortest.com%2f%23%2fhome"',
  7. REGISTER_URL: '"http://user.cofortest.com/page/register"'
  8. }