mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 桌面端内核进程使用随机端口 https://github.com/siyuan-note/siyuan/issues/4952
This commit is contained in:
parent
c61ba7b2d7
commit
2766ea6b97
3 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,8 @@ type System struct {
|
|||
ConfDir string `json:"confDir"`
|
||||
DataDir string `json:"dataDir"`
|
||||
|
||||
NetworkServe bool `json:"networkServe"`
|
||||
NetworkServe bool `json:"networkServe"` // 是否开启网络伺服
|
||||
FixedPort bool `json:"fixedPort"` // 是否使用固定端口 6806
|
||||
NetworkProxy *NetworkProxy `json:"networkProxy"`
|
||||
|
||||
UploadErrLog bool `json:"uploadErrLog"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue