Update README

This commit is contained in:
方块君 2022-07-21 20:30:26 +08:00
parent 684ab421bd
commit 8b91e50d02
2 changed files with 11 additions and 2 deletions

View File

@ -52,7 +52,13 @@
// 临时令牌过期时间(秒)
"tempTokenExpirationTime_S": 300,
// 授权令牌最后使用过期时间(小时)
"tokenLastUseExpirationTime_H": 48
"tokenLastUseExpirationTime_H": 48,
// 多服务器通信端口
"socketPort": 5746,
// 多服务器通信密钥
"socketToken": "",
// 多服务器Dispatch地址
"socketHost": "127.0.0.1"
}
```

View File

@ -41,7 +41,10 @@ A plugin that opens the GC command execution interface for third-party clients
"consoleToken": "",
"codeExpirationTime_S": 60,
"tempTokenExpirationTime_S": 300,
"tokenLastUseExpirationTime_H": 48
"tokenLastUseExpirationTime_H": 48,
"socketPort": 5746,
"socketToken": "",
"socketHost": "127.0.0.1"
}
```