Jelajahi Sumber

更新配置

xuexiaobo 5 tahun lalu
induk
melakukan
18b56ca614
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      config/test.env.js

+ 2 - 2
config/test.env.js

@@ -1,6 +1,6 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  API_ROOT: '"//www.callfortest.com"',
-  LOGIN_URL:'"http://user.callfortest.com/page/login?redirect=http%3a%2f%2fwww.callfortest.com%2f%23%2fmine"'
+  API_ROOT: '"//crowd.mooctest.net"',
+  LOGIN_URL:'"http://user.mooctest.net:8081/page/login?redirect=http%3a%2f%2fcrowd.mooctest.net%2f%23%2fmine"'
 }