mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
ad2eab6d60
* Upgrade to version 0.3.1
11 lines
299 B
JSON
11 lines
299 B
JSON
[
|
|
{
|
|
"urls": [
|
|
"turn:__DOMAIN__:__TURNSERVER_PORT__",
|
|
"turn:__DOMAIN__:__TURNSERVER_PORT__?transport=tcp",
|
|
"turn:__DOMAIN__:__TURNSERVER_PORT__?transport=udp"
|
|
],
|
|
"username": "__APP__",
|
|
"credential": "__TURNSERVER_PWD__"
|
|
}
|
|
]
|