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', // username: 'your-username',
// password: 'your-password', // password: 'your-password',
//}, //},
authMech: 'none', //authMech: 'none',
debugLevel: 'ALL', debugLevel: 'ALL',
listeningIps: ['0.0.0.0'], //listeningIps: ['0.0.0.0'],
listeningPort: 3478, //listeningPort: 3478,
//relayIps: ['0.0.0.0'], //relayIps: ['0.0.0.0'],
//relayPort: 3478, //relayPort: 3478,
//verbose: true //verbose: true