feat(jibri,jicofo,jvb): custom hocon support via include for components that support it (#1960)

pull/1945/head
Aaron van Meerten 3 weeks ago committed by GitHub
parent 6443c6f7fb
commit 47d974d88c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      jibri/rootfs/defaults/jibri.conf
  2. 2
      jicofo/rootfs/defaults/jicofo.conf
  3. 2
      jvb/rootfs/defaults/jvb.conf

@ -89,3 +89,5 @@ jibri {
}
include "xmpp.conf"
include "custom-jibri.conf"

@ -298,3 +298,5 @@ jicofo {
}
}
include "custom-jicofo.conf"

@ -147,3 +147,5 @@ ice4j {
}
}
}
include "custom-jvb.conf"

Loading…
Cancel
Save