prod.env.js 211 B

123456
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. API_ROOT: '"//www.callfortest.com"',
  5. LOGIN_URL:'"http://user.callfortest.com/page/login?redirect=http%3a%2f%2fwww.callfortest.com%2f%23%2fmine"'
  6. }