No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

119 líneas
3.4 KiB

  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": false,
  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_comment": "程序快捷方式名称",
  42. "desktop_linkname": "渔港智慧监管平台.lnk",
  43. "desktop_linkname_params": " _webenginemultiprocess",
  44. "update_timeout": "120000"
  45. },
  46. "Default-AutoUpdate": {
  47. "AutoUpdate": true
  48. },
  49. "Config-Language": {
  50. "VisibleInView": false
  51. },
  52. "Config-Editor": {
  53. "VisibleInView": false
  54. },
  55. "EventTimeLine": {
  56. "AutoStartPlayRealTime": false,
  57. "RemoteSync": false,
  58. "DataLineFactor": "2"
  59. },
  60. "KernelMsgServer": {
  61. "FrontUrl": "tcp://127.0.0.1:5656",
  62. "BackendUrl": "tcp://127.0.0.1:5657",
  63. "DestroyTimeout": "3000"
  64. },
  65. "About": {
  66. "LogoWidth": "128",
  67. "LogoHeight": "128",
  68. "LogoField": "0,135",
  69. "ExpandField": "145,197"
  70. },
  71. "NetworkService": {
  72. "AutoStartZMQ": false,
  73. "AutoStartNetDataProcess": false,
  74. "RouterUrl": "tcp://127.0.0.1:5556",
  75. "PubUrl": "tcp://127.0.0.1:5557",
  76. "ProxyControlEnd": "inproc://proxycontrolsocket",
  77. "ZMQ_RcvTimeout": "50",
  78. "ZMQ_RcvTimer": "200",
  79. "ZMQ_ShutDownLinger": "0",
  80. "EnabledDataHole": "1000",
  81. "RequestSplitUnit": "992100"
  82. },
  83. "Redis": {
  84. "AutoStart": false,
  85. "connecttimeout": "1001",
  86. "executetimeout": "1001"
  87. },
  88. "EventTimeLine-EventColor": {
  89. "default": "FFFFFF",
  90. "text": "FFFFFF",
  91. "data_background": "FFFF00",
  92. "data": "FF0000"
  93. },
  94. "CurrentPackageDefine": {
  95. "TopicIndex": "0",
  96. "TimeStampIndex": "1",
  97. "DataIndex": "2"
  98. },
  99. "Httpagination": {
  100. "each_page_count": "100",
  101. "interval": "10",
  102. "max_request_count": "5"
  103. },
  104. "AloneWidget": {
  105. "fullscreen_title_timer": "2000",
  106. "cursor_timer": "1000"
  107. },
  108. "AuthenticationManager": {
  109. "auto_reg": true,
  110. "autoreg_check_interval": "5000",
  111. "check_success_delay": "5000",
  112. "netreg_check_regcode_interval": "3600",
  113. "regcode_invalid_needretry": true,
  114. "regcode_invalid_tips": "300",
  115. "netregcode_timeout": "2000",
  116. "select_netcard_timeout": "10000"
  117. }
  118. }