Sfoglia il codice sorgente

添加测试环境

xuexiaobo 5 anni fa
parent
commit
67e28376c0
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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"'
+}