41 lines
652 B
JSON
41 lines
652 B
JSON
{
|
|
"server": {
|
|
"port": 3000,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"stream": {
|
|
"fps": 30,
|
|
"bitrate": "4000k",
|
|
"gop": 10,
|
|
"preset": "ultrafast",
|
|
"resolution": {
|
|
"width": 1920,
|
|
"height": 1080
|
|
}
|
|
},
|
|
"input": {
|
|
"mouseEnabled": true,
|
|
"keyboardEnabled": true,
|
|
"sensitivity": 1.0
|
|
},
|
|
"security": {
|
|
"password": "wzw20040525",
|
|
"tokenExpiry": 3600
|
|
},
|
|
"frp": {
|
|
"enabled": true,
|
|
"frpcPath": "./frp/frpc.exe",
|
|
"configPath": "./frp/frpc.toml"
|
|
},
|
|
"opencode": {
|
|
"enabled": true
|
|
},
|
|
"xcopencodeweb": {
|
|
"enabled": true,
|
|
"port": 3002
|
|
},
|
|
"gitea": {
|
|
"enabled": true
|
|
}
|
|
}
|