mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
588cdf52ff
* Fix $app var not being replaced in Coturn_config_rotate.shscript #36 * Upgrade to version 0.3.3 (#39)
10 lines
234 B
JSON
10 lines
234 B
JSON
[
|
|
{
|
|
"urls": [
|
|
"turn:__DOMAIN__:__TURNSERVER_PORT__",
|
|
"turn:__DOMAIN__:__TURNSERVER_PORT__?transport=tcp"
|
|
],
|
|
"username": "__APP__",
|
|
"credential": "__TURNSERVER_PWD__"
|
|
}
|
|
]
|