DEBUG 清除配置

This commit is contained in:
2023-10-01 20:48:08 +08:00
parent a9720eeaee
commit 8a971bb8d3
1 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ const turnServer = new turn({
// username: 'your-username',
// password: 'your-password',
//},
authMech: 'none',
//authMech: 'none',
debugLevel: 'ALL',
listeningIps: ['0.0.0.0'],
listeningPort: 3478,
//listeningIps: ['0.0.0.0'],
//listeningPort: 3478,
//relayIps: ['0.0.0.0'],
//relayPort: 3478,
//verbose: true