فهرست منبع

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

Aaron van Meerten 6 ماه پیش
والد
کامیت
47d974d
3فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  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"