mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Update config.json.template
This commit is contained in:
parent
0082415e9e
commit
d39de1fc58
1 changed files with 13 additions and 2 deletions
|
|
@ -29,6 +29,17 @@
|
|||
"secret": "${MEDIA_SECRET}",
|
||||
"latitude": 63.430481,
|
||||
"longitude": 10.394964,
|
||||
"turnHostname": "${MEDIA_DOMAIN}"
|
||||
}]
|
||||
"turnHostname": "${MEDIA_DOMAIN}",
|
||||
"turnports" : [
|
||||
{
|
||||
"protocol":"turn",
|
||||
"port": 80,
|
||||
"transport": "udp"
|
||||
},
|
||||
{
|
||||
"protocol":"turns",
|
||||
"port": 443,
|
||||
"transport": "tcp"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue