diff --git a/jibri/rootfs/defaults/jibri.conf b/jibri/rootfs/defaults/jibri.conf index 8f56d44..c3faaa2 100644 --- a/jibri/rootfs/defaults/jibri.conf +++ b/jibri/rootfs/defaults/jibri.conf @@ -89,3 +89,5 @@ jibri { } include "xmpp.conf" + +include "custom-jibri.conf" diff --git a/jicofo/rootfs/defaults/jicofo.conf b/jicofo/rootfs/defaults/jicofo.conf index 61148cd..2480dd4 100644 --- a/jicofo/rootfs/defaults/jicofo.conf +++ b/jicofo/rootfs/defaults/jicofo.conf @@ -298,3 +298,5 @@ jicofo { } } + +include "custom-jicofo.conf" diff --git a/jvb/rootfs/defaults/jvb.conf b/jvb/rootfs/defaults/jvb.conf index f53bf5f..b5c548a 100644 --- a/jvb/rootfs/defaults/jvb.conf +++ b/jvb/rootfs/defaults/jvb.conf @@ -147,3 +147,5 @@ ice4j { } } } + +include "custom-jvb.conf"