Initial commit
This commit is contained in:
33
remote/config/default.json
Normal file
33
remote/config/default.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"gitea": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user