krull / docker-janus

Debian based docker image for https://github.com/meetecho/janus-gateway
GNU General Public License v3.0
59 stars 49 forks source link

Question: How to turn off certain Plugins? #16

Closed sirlukecoop closed 5 years ago

sirlukecoop commented 5 years ago

If I didn't want the EchoTest plugin enabled, how would I turn it off? I tried removing the .cfg file in etc/janus folder, but it was still enabled.

Thanks!

ruddell commented 5 years ago

Did you try disabling it in janus.cfg? https://github.com/krull/docker-janus/blob/2f0407060e571a8a8712b2fa58379d4ab989e699/janus/etc/janus/janus.cfg#L154

sirlukecoop commented 5 years ago

Doh. I'm an idiot - didn't see that portion.

That worked, thanks!