12345678910111213141516 |
- 'use strict'
- // module.exports = {
- // NODE_ENV: '"production"',
- // ENV_CONFIG: "'prod'",
- // API_ROOT: '"//www.cofortest.com"',
- // LOGIN_URL:'"http://user.cofortest.com/page/login?redirect=http%3a%2f%2fwww.cofortest.com%2f%23%2fhome"',
- // REGISTER_URL: '"http://user.cofortest.com/page/register"'
- // }
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: "'prod'",
- API_ROOT: '"//8.134.32.27"',
- LOGIN_URL:'"http://8.134.32.27:8081/page/login?redirect=http%3a%2f%2f8.134.32.27%2f%23%2fhome"',
- REGISTER_URL: '"http://8.134.32.27:8081/page/register"'
- }
|