Nessuna descrizione

FKServerConfig.xml 1.0KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <server_config>
  3. <file_version>1.0</file_version>
  4. <valid_before>0</valid_before>
  5. <Debug>
  6. <!-- 生产环境域名-->
  7. <domain>api.fine3q.com</domain>
  8. <hosts>
  9. <!-- 测试环境, 112.124.40.161-->
  10. <!-- <ip>dev.fine3q.com</ip>-->
  11. <!-- 史上最慢的测试环境-->
  12. <!-- <ip>10.1.10.1</ip>-->
  13. <!-- 预发环境-->
  14. <!-- <ip>121.41.54.182</ip>-->
  15. </hosts>
  16. <Web>m.fine3q.com</Web>
  17. </Debug>
  18. <Release>
  19. <!-- 生产环境域名-->
  20. <domain>api.fine3q.com</domain>
  21. <hosts>
  22. <!-- IPV6兼容临时方案 -->
  23. <ip>api.fine3q.com</ip>
  24. <!-- 生产环境IP-->
  25. <!-- <ip>42.120.61.237</ip>-->
  26. <!-- 测试环境-->
  27. <!-- <ip>dev.fine3q.com</ip>-->
  28. <!-- 预发环境-->
  29. <!-- <ip>121.41.54.182</ip>-->
  30. </hosts>
  31. <Web>m.fine3q.com</Web>
  32. </Release>
  33. </server_config>