Files
tl-rtc-file/svr/conf/cfg.json
https://blog.iamtsm.cn 58921d2212 fix: docker-compose.yml path
2023-08-16 14:38:31 +08:00

85 lines
2.3 KiB
JSON

{
"version": "10.4.2",
"socket": {
"port": "请到 tlrtcfile.env 中进行配置",
"host": "请到 tlrtcfile.env 中进行配置"
},
"api": {
"port": "请到 tlrtcfile.env 中进行配置",
"router": {
"filter": {
"whiteDir": [],
"whiteFile": [
"router.js"
]
},
"res": {
"/": "res/dist/"
}
}
},
"manage": {
"room": "请到 tlrtcfile.env 中进行配置",
"password": "请到 tlrtcfile.env 中进行配置"
},
"webrtc": {
"turn": {
"host": "请到 tlrtcfile.env 中进行配置",
"secret": "请到 tlrtcfile.env 中进行配置",
"username": "请到 tlrtcfile.env 中进行配置",
"credential": "请到 tlrtcfile.env 中进行配置",
"expire" : "请到 tlrtcfile.env 中进行配置"
},
"stun": {
"host": "请到 tlrtcfile.env 中进行配置"
},
"iceTransportPolicy": "all",
"options": {
"offerToReceiveAudio": 1,
"offerToReceiveVideo": 1
}
},
"openai": {
"keys": [ "请到 tlrtcfile.env 中进行配置" ]
},
"oss": {
"seafile": {
"repoid": "请到 tlrtcfile.env 中进行配置",
"host": "请到 tlrtcfile.env 中进行配置",
"username": "请到 tlrtcfile.env 中进行配置",
"password": "请到 tlrtcfile.env 中进行配置"
},
"alyun": {
"AccessKey": "请到 tlrtcfile.env 中进行配置",
"SecretKey": "请到 tlrtcfile.env 中进行配置",
"bucket": "请到 tlrtcfile.env 中进行配置"
},
"txyun": {
"AccessKey": "请到 tlrtcfile.env 中进行配置",
"SecretKey": "请到 tlrtcfile.env 中进行配置",
"bucket": "请到 tlrtcfile.env 中进行配置"
},
"qiniuyun": {
"AccessKey": "请到 tlrtcfile.env 中进行配置",
"SecretKey": "请到 tlrtcfile.env 中进行配置",
"bucket": "请到 tlrtcfile.env 中进行配置"
}
},
"notify": {
"open": "请到 tlrtcfile.env 中进行配置",
"qiwei": {
"normal": [ "请到 tlrtcfile.env 中进行配置" ],
"error": [ "请到 tlrtcfile.env 中进行配置" ]
}
},
"db": {
"open": "请到 tlrtcfile.env 中进行配置",
"mysql": {
"host": "请到 tlrtcfile.env 中进行配置",
"port": "请到 tlrtcfile.env 中进行配置",
"dbName": "请到 tlrtcfile.env 中进行配置",
"user": "请到 tlrtcfile.env 中进行配置",
"password": "请到 tlrtcfile.env 中进行配置"
}
}
}