bigbluebutton-Github/labs/docker/coturn/turnserver.conf.tmpl
Felipe Cecagno 8e9a75d149 - reduce size of the bbb-html5 image
- fix path of the html5 config file to apply METEOR_SETTINGS
- remove TLS from coturn, in order to keep the ssl certificate on traefik only
- configure stun on bbb-web as well
- allow turn domain/address to be different from the server domain
2018-08-24 17:15:47 -03:00

15 lines
309 B
Cheetah

listening-port={{ .Env.PORT }}
min-port=49152
max-port=65535
fingerprint
lt-cred-mech
realm={{ .Env.SERVER_DOMAIN }}
external-ip={{ .Env.EXTERNAL_IP }}
{{ if isTrue .Env.ENABLE_REST_API }}
use-auth-secret
static-auth-secret={{ .Env.SECRET }}
{{ else }}
user={{ .Env.LT_USER }}:{{ .Env.LT_SECRET }}
{{ end }}