Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

Configuration.json 3.3 KiB

před 3 měsíci
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "Core": {
  3. "CurrentSkin": "Skin.Default",
  4. "InstallConfigFile": "install.ini",
  5. "InstallGroup": "InstallSoftware",
  6. "InstallKeyLanguage": "Language",
  7. "ShowSideWidgetOnInitialize": "false",
  8. "BuyUrl": "",
  9. "license_visible": "false",
  10. "AvailableAuthentication": "BoardAuthentication,RegKeyAuthentication",
  11. "ShowSplash": "false",
  12. "Language": "zh_CN",
  13. "client_ownership": "client:ownership",
  14. "auto_select_netdevice": "false"
  15. },
  16. "UserManagerServer": {
  17. "update_interval": "600",
  18. "keepalive_highfrequency_count": "5",
  19. "force_sync_time": "true",
  20. "timeout_login": "3000",
  21. "timeout_logout": "1000",
  22. "timeout_userinfo": "10000"
  23. },
  24. "UserManager": {
  25. "UserMgrInterfaceType": "Server",
  26. "AnyOne_Name": "Anyone",
  27. "UseAnyOneLogin": "false",
  28. "ForceLogin": "true",
  29. "LoginAuto": "false",
  30. "LoginAuto_Name": "",
  31. "LoginAuto_Password": "",
  32. "check_permissions": "true"
  33. },
  34. "LocalUserManagerInterface": {
  35. "username": "admin",
  36. "password": "admin"
  37. },
  38. "Config-AutoUpdate": {
  39. "AutoUpdate": "true",
  40. "VisibleInView": "true",
  41. "desktop_linkname": "YunEnApp.lnk",
  42. "update_timeout": "15000"
  43. },
  44. "Default-AutoUpdate": {
  45. "AutoUpdate": "true"
  46. },
  47. "Config-Language": {
  48. "VisibleInView": "false"
  49. },
  50. "Config-Editor": {
  51. "VisibleInView": "false"
  52. },
  53. "EventTimeLine": {
  54. "AutoStartPlayRealTime": "false",
  55. "RemoteSync": "false",
  56. "DataLineFactor": "2"
  57. },
  58. "KernelMsgServer": {
  59. "FrontUrl": "tcp://127.0.0.1:5656",
  60. "BackendUrl": "tcp://127.0.0.1:5657",
  61. "DestroyTimeout": "3000"
  62. },
  63. "About": {
  64. "LogoWidth": "128",
  65. "LogoHeight": "128",
  66. "LogoField": "0,135",
  67. "ExpandField": "145,197"
  68. },
  69. "NetworkService": {
  70. "AutoStartZMQ": "false",
  71. "AutoStartNetDataProcess": "false",
  72. "RouterUrl": "tcp://127.0.0.1:5556",
  73. "PubUrl": "tcp://127.0.0.1:5557",
  74. "ProxyControlEnd": "inproc://proxycontrolsocket",
  75. "ZMQ_RcvTimeout": "50",
  76. "ZMQ_RcvTimer": "200",
  77. "ZMQ_ShutDownLinger": "0",
  78. "EnabledDataHole": "1000",
  79. "RequestSplitUnit": "992100"
  80. },
  81. "Redis": {
  82. "AutoStart": "false",
  83. "connecttimeout": "1001",
  84. "executetimeout": "1001"
  85. },
  86. "EventTimeLine-EventColor": {
  87. "default": "FFFFFF",
  88. "text": "FFFFFF",
  89. "data_background": "FFFF00",
  90. "data": "FF0000"
  91. },
  92. "CurrentPackageDefine": {
  93. "TopicIndex": "0",
  94. "TimeStampIndex": "1",
  95. "DataIndex": "2"
  96. },
  97. "Httpagination": {
  98. "each_page_count": "100",
  99. "interval": "10",
  100. "max_request_count": "5"
  101. },
  102. "AloneWidget": {
  103. "fullscreen_title_timer": "2000",
  104. "cursor_timer": "1000"
  105. },
  106. "AuthenticationManager": {
  107. "auto_reg": "true",
  108. "autoreg_check_interval": "5000",
  109. "check_success_delay": "5000",
  110. "netreg_check_regcode_interval": "3600",
  111. "regcode_invalid_needretry": "true",
  112. "regcode_invalid_tips": "300",
  113. "netregcode_timeout": "2000",
  114. "select_netcard_timeout": "10000"
  115. }
  116. }