星火直播PC
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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <!--是否输出信息日志0否-->
  10. <add key="OutputVideoLog" value="0" />
  11. <!--版本号-->
  12. <add key="VersionCode" value="4" />
  13. <add key="VersionName" value="1.0.4" />
  14. <!--图片压缩质量 0最差 100最佳-->
  15. <add key="ImageCompressionLevel" value="100" />
  16. <add key="userName" value="" />
  17. <add key="password" value="" />
  18. <add key="isRemind" value="" />
  19. <!--流媒体服务器地址-->
  20. <add key="ServerPath" value="live2.xhkjedu.com" />
  21. <!--API请求地址-->
  22. <add key="APIRequestAddress" value="http://schoolapi.xhkjedu.com" />
  23. <!--文件平台请求地址-->
  24. <add key="FileRequestAddress" value="http://schoolfile.xhkjedu.com" />
  25. <!--展示文件服务器请求地址-->
  26. <add key="SchoolfileRequestAddress" value="http://schoolfile.xhkjedu.com" />
  27. <!--认证请求地址-->
  28. <add key="CertapiRequestAddress" value="http://certapi.xhkjedu.com" />
  29. </appSettings>
  30. <runtime>
  31. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  32. <dependentAssembly>
  33. <assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
  34. <bindingRedirect oldVersion="0.0.0.0-1.2.13.0" newVersion="1.2.13.0" />
  35. </dependentAssembly>
  36. <dependentAssembly>
  37. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  38. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
  39. </dependentAssembly>
  40. </assemblyBinding>
  41. </runtime>
  42. </configuration>