Files
tl-rtc-file/svr/conf/cfg.json
https://blog.iamtsm.cn 8a6ac7c26e feat: 支持单个rtc连接信息查看
feat: 支持远程连接语言,设备,网络,ice状态,ice类型展示
feat: 支持多端画布自适应比例
feat: 调整优化文本绘制
feat: 调整优化缓冲区满的日志
fix: 修复控制台版本打印
fix: 修复滚动条样式
fix: 修复页面多余节点
fix: 修复某些中英文引用
fix: 修复缓冲区满的阈值
2023-07-16 12:40:44 +08:00

116 lines
1.9 KiB
JSON

{
"version": "10.2.6",
"ws": {
"port": 8444,
"host": "ws://127.0.0.1:8444"
},
"wss": {
"port": 8444,
"host": "wss://域名 或者 wss://ip:8444"
},
"api": {
"port": 9092,
"router": {
"filter": {
"whiteDir": [],
"whiteFile": [
"router.js"
]
},
"res": {
"/": "res/dist/",
"/static": "static/"
}
}
},
"manage": {
"room": "tlrtcfile",
"password": "tlrtcfile"
},
"webrtc": {
"turn": {
"host": "turn服务地址",
"secret": "tl-rtc-file",
"username": "tl-rtc-file",
"credential": "tl-rtc-file"
},
"stun": {
"host": "stun:stun.xten.com"
},
"iceTransportPolicy": "all",
"options": {
"offerToReceiveAudio": 1,
"offerToReceiveVideo": 1
}
},
"openai": {
"apiKeys": []
},
"oss": {
"seafile": {
"repoid": "存储库id",
"host": "seafile私有网盘域名",
"username": "账号",
"password": "密码"
},
"alyun": {
"AccessKey": "",
"SecretKey": "",
"bucket": "tl-rtc-file"
},
"txyun": {
"AccessKey": "",
"SecretKey": "",
"bucket": "tl-rtc-file"
},
"qiniuyun": {
"AccessKey": "",
"SecretKey": "",
"bucket": "tl-rtc-file"
}
},
"notify": {
"open": false,
"qiwei": {
"normal": [
"填写企业微信机器人key"
],
"error": [
"填写企业微信机器人key"
]
}
},
"db": {
"open": false,
"mysql": {
"host": "host地址",
"port": 3306,
"dbName": "数据库名称",
"user": "用户名",
"password": "密码",
"other": {
"sequelize": {
"dialect": "mysql",
"host": "host地址",
"port": 3306,
"logging": false,
"pool": {
"max": 5,
"min": 0,
"acquire": 30000,
"idle": 10000
},
"timezone": "+08:00",
"define": {
"freezeTableName": true,
"underscored": true,
"charset": "utf8",
"collate": "utf8_general_ci",
"timestamps": false,
"paranoid": true
}
}
}
}
}
}