feat(jibri,jicofo,jvb): custom hocon support via include for components that support it (#1960)
This commit is contained in:
committed by
GitHub
parent
6443c6f7fb
commit
47d974d88c
@@ -89,3 +89,5 @@ jibri {
|
|||||||
}
|
}
|
||||||
|
|
||||||
include "xmpp.conf"
|
include "xmpp.conf"
|
||||||
|
|
||||||
|
include "custom-jibri.conf"
|
||||||
|
|||||||
@@ -298,3 +298,5 @@ jicofo {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include "custom-jicofo.conf"
|
||||||
|
|||||||
@@ -147,3 +147,5 @@ ice4j {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include "custom-jvb.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user