mirror of
https://github.com/jie65535/gc-opencommand-plugin.git
synced 2025-06-02 17:49:12 +08:00
Update README
This commit is contained in:
parent
684ab421bd
commit
8b91e50d02
@ -52,7 +52,13 @@
|
|||||||
// 临时令牌过期时间(秒)
|
// 临时令牌过期时间(秒)
|
||||||
"tempTokenExpirationTime_S": 300,
|
"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": "",
|
"consoleToken": "",
|
||||||
"codeExpirationTime_S": 60,
|
"codeExpirationTime_S": 60,
|
||||||
"tempTokenExpirationTime_S": 300,
|
"tempTokenExpirationTime_S": 300,
|
||||||
"tokenLastUseExpirationTime_H": 48
|
"tokenLastUseExpirationTime_H": 48,
|
||||||
|
"socketPort": 5746,
|
||||||
|
"socketToken": "",
|
||||||
|
"socketHost": "127.0.0.1"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user