mirror of
https://github.com/jie65535/gc-opencommand-plugin.git
synced 2025-10-20 17:12:58 +08:00
Update README
This commit is contained in:
@@ -52,7 +52,13 @@
|
||||
// 临时令牌过期时间(秒)
|
||||
"tempTokenExpirationTime_S": 300,
|
||||
// 授权令牌最后使用过期时间(小时)
|
||||
"tokenLastUseExpirationTime_H": 48
|
||||
"tokenLastUseExpirationTime_H": 48,
|
||||
// 多服务器通信端口
|
||||
"socketPort": 5746,
|
||||
// 多服务器通信密钥
|
||||
"socketToken": "",
|
||||
// 多服务器Dispatch地址
|
||||
"socketHost": "127.0.0.1"
|
||||
}
|
||||
```
|
||||
|
||||
|
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user