Bladeren bron

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

Aaron van Meerten 6 maanden geleden
bovenliggende
commit
47d974d88c
3 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. 2 0
      jibri/rootfs/defaults/jibri.conf
  2. 2 0
      jicofo/rootfs/defaults/jicofo.conf
  3. 2 0
      jvb/rootfs/defaults/jvb.conf

+ 2 - 0
jibri/rootfs/defaults/jibri.conf

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

+ 2 - 0
jicofo/rootfs/defaults/jicofo.conf

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

+ 2 - 0
jvb/rootfs/defaults/jvb.conf

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