服务器配置
对应配置文件的 server 项。
json
{
"bind_host": "0.0.0.0",
"bind_port": 5233,
"allow_origins": [
"*"
],
"allow_methods": [
"*"
],
"allow_headers": [
"*"
],
"jwt_secret": "xxxxxx",
"token_expires_in": 30
}