소스 검색

添加测试环境

xuexiaobo 5 년 전
부모
커밋
67e28376c0
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      config/test.env.js

+ 6 - 0
config/test.env.js

@@ -0,0 +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"'
+}