星火微课系统客户端
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

123456789101112131415161718192021222324252627282930313233343536373839
  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. <!--0正式 1测试-->
  8. <add key="IsDebug" value="1"/>
  9. <!--图片压缩等级-->
  10. <add key="ImageCompressionLevel" value="30" />
  11. <!--文件存放路径 路径\账户名\讲解名称_x.MP4-->
  12. <add key="VideoSavePath" value="D:\星火微课" />
  13. <!--视频格式 1、MP4 2、FlV 3、AVI-->
  14. <add key="VideoType" value="1" />
  15. <!--声音 true 有 false 无-->
  16. <add key="IsSound" value="true"/>
  17. <!--图片压缩质量-->
  18. <add key="ImageCompressionLevel" value="50"/>
  19. <!--用户名-->
  20. <add key="userName" value="" />
  21. <!--记住密码-->
  22. <add key="isRemind" value="" />
  23. <!--API请求地址-->
  24. <add key="APIRequestAddress" value="http://schoolapi.xhkjedu.com"/>
  25. <!--文件平台请求地址-->
  26. <add key="FileRequestAddress" value="http://schoolfile.xhkjedu.com"/>
  27. <!--展示文件服务器请求地址-->
  28. <add key="SchoolfileRequestAddress" value="http://schoolfile.xhkjedu.com"/>
  29. <!--认证请求地址-->
  30. <add key="CertapiRequestAddress" value="http://certapi.xhkjedu.com"/>
  31. <!--摄像头位置 1.右上 2.左上 3.右下 4.左下-->
  32. <add key="CameraPosition" value="1"/>
  33. <!--上传每片大小 Mb-->
  34. <add key="UploadSliceLen" value="1"/>
  35. <!--版本号-->
  36. <add key="VersionCode" value="15"/>
  37. <add key="VersionName" value="1.1.4"/>
  38. </appSettings>
  39. </configuration>