|
@@ -1,7 +1,9 @@
|
|
{
|
|
{
|
|
"recording_directory":"{{ .Env.JIBRI_RECORDING_DIR }}",
|
|
"recording_directory":"{{ .Env.JIBRI_RECORDING_DIR }}",
|
|
// The path to the script which will be run on completed recordings
|
|
// The path to the script which will be run on completed recordings
|
|
|
|
+{{ if .Env.JIBRI_FINALIZE_RECORDING_SCRIPT_PATH -}}
|
|
"finalize_recording_script_path": "{{ .Env.JIBRI_FINALIZE_RECORDING_SCRIPT_PATH }}",
|
|
"finalize_recording_script_path": "{{ .Env.JIBRI_FINALIZE_RECORDING_SCRIPT_PATH }}",
|
|
|
|
+{{ end -}}
|
|
"xmpp_environments": [
|
|
"xmpp_environments": [
|
|
{
|
|
{
|
|
// A friendly name for this environment which can be used
|
|
// A friendly name for this environment which can be used
|