Skip to content

Commit 47d974d

Browse files
feat(jibri,jicofo,jvb): custom hocon support via include for components that support it (jitsi#1960)
1 parent 6443c6f commit 47d974d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

jibri/rootfs/defaults/jibri.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ jibri {
8989
}
9090

9191
include "xmpp.conf"
92+
93+
include "custom-jibri.conf"

jicofo/rootfs/defaults/jicofo.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,5 @@ jicofo {
298298

299299
}
300300
}
301+
302+
include "custom-jicofo.conf"

jvb/rootfs/defaults/jvb.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,5 @@ ice4j {
147147
}
148148
}
149149
}
150+
151+
include "custom-jvb.conf"

0 commit comments

Comments
 (0)