1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pairdrop_ynh.git synced 2024-09-03 19:56:16 +02:00

Update rtc_config.json

This commit is contained in:
Éric Gaspar 2023-10-08 14:55:33 +02:00
parent 6edb001325
commit a28ab1abcd

View file

@ -2,10 +2,7 @@
"sdpSemantics": "unified-plan",
"iceServers": [
{
"urls": "stun:stun.l.google.com:19302"
},
{
"urls": "__DOMAIN__:__PORT_TURNSERVER__",
"urls": "turn:__DOMAIN__:__PORT_TURNSERVER__",
"username": "__APP__",
"credential": "__TURNSERVER_PWD__"
}