prod.env.js 229 B

1234567
  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%2fmine"'
  7. }