소스 검색

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"