mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
Fixed typo in rtc_config_example.json
"urls": "turns:<DOMAIN>:5349" changed to "urls": "turn:<DOMAIN>:5349"
This commit is contained in:
parent
ce3d569880
commit
ba95d059f5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"urls": "stun:<DOMAIN>:3478"
|
||||
},
|
||||
{
|
||||
"urls": "turns:<DOMAIN>:5349",
|
||||
"urls": "turn:<DOMAIN>:5349",
|
||||
"username": "username",
|
||||
"credential": "password"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue