星火微课系统客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

App.config 1.5KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <startup>
  4. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
  5. </startup>
  6. <appSettings>
  7. <!--图片压缩等级-->
  8. <add key="ImageCompressionLevel" value="30" />
  9. <!--文件存放路径 路径\账户名\讲解名称_x.MP4-->
  10. <add key="VideoSavePath" value="D:\星火微课" />
  11. <!--视频格式 1、MP4 2、FlV 3、AVI-->
  12. <add key="VideoType" value="1" />
  13. <!--声音 true 有 false 无-->
  14. <add key="IsSound" value="true"/>
  15. <!--图片压缩质量-->
  16. <add key="ImageCompressionLevel" value="50"/>
  17. <!--用户名-->
  18. <add key="userName" value="" />
  19. <!--记住密码-->
  20. <add key="isRemind" value="" />
  21. <!--API请求地址-->
  22. <add key="APIRequestAddress" value="https://schoolapitest.xhkjedu.com"/>
  23. <!--文件平台请求地址-->
  24. <add key="FileRequestAddress" value="https://schoolfiletest.xhkjedu.com"/>
  25. <!--<add key="FileRequestAddress" value="http://192.168.2.18:8908"/>-->
  26. <!--展示文件服务器请求地址-->
  27. <add key="schoolfileRequestAddress" value="https://schoolfiletest.xhkjedu.com"/>
  28. <!--接口地址: https://schoolapitest.xhkjedu.com/
  29. 文件上传: https://schoolfiletest.xhkjedu.com/
  30. 展示文件: https://schoolfiletest.xhkjedu.com/-->
  31. <!--摄像头位置 1.右上 2.左上 3.右下 4.左下-->
  32. <add key="CameraPosition" value="1"/>
  33. <!--上传每片大小 Mb-->
  34. <add key="UploadSliceLen" value="1"/>
  35. </appSettings>
  36. </configuration>