env.js 605 B

123456789101112131415161718
  1. module.exports = {
  2. // 测试服配置
  3. test:{
  4. "TITLE": "体考助教",
  5. "APPID": "wxa611371e97d35268",
  6. "APIURL" : "https://txzsapitest.tixunzs.com/",
  7. "FILEURL" : "https://txzsapitest.tixunzs.com/static/app/teacher/",
  8. "SOCKET": "wss://txzsapitest.tixunzs.com/wss",
  9. },
  10. // 正式服配置
  11. prod:{
  12. "TITLE": "体训助手",
  13. "APPID": "wxbe3bd43bbebd619b",
  14. "APIURL" : "https://txzsapi.tixunzs.com/",
  15. "FILEURL" : "https://txzsapi.tixunzs.com/static/app/teacher/",
  16. "SOCKET": "wss://txzsapi.tixunzs.com/wss",
  17. },
  18. }