.env.development 602 B

12345678910111213141516171819202122232425
  1. # 开发环境变量配置
  2. VITE_APP_ENV=development
  3. # 基础接口地址
  4. VITE_API_URL = http://192.168.0.216:9989/
  5. # 外部科研接口地址
  6. VITE_SCIENTIFIC_API_URL = http://192.168.0.133:5044/
  7. # 外部科研附件查看地址
  8. VITE_SCIENTIFIC_FILE_URL = http://192.168.0.133:5034/api/
  9. VITE_ADMIN = dashoo.labsop.admin-54000
  10. VITE_SCIENTIFIC = dashoo.labsop.scientific-54000
  11. VITE_WORKFLOW = dashoo.labsop.workflow-54000
  12. # 钉钉corpId
  13. VITE_DINGTALK_CORPID=dinga8b316209f5ee42435c2f4657eb6378f
  14. # 钉钉clientId (AppKey)
  15. VITE_DINGTALK_CLIENTID=
  16. VITE_SECRET = def456
  17. # 租户ID
  18. VITE_TENANT=default