diff --git a/conf/metronome.cfg.lua b/conf/metronome.cfg.lua index f01c489..454d5cf 100644 --- a/conf/metronome.cfg.lua +++ b/conf/metronome.cfg.lua @@ -87,6 +87,3 @@ Component "speakerstats.__DOMAIN__" "speakerstats_component" Component "conferenceduration.__DOMAIN__" "conference_duration_component" muc_component = "conference.__DOMAIN__" - -Component "jitsi-videobridge.__DOMAIN__" - component_secret = "__VIDEOBRIDGE_SECRET__" diff --git a/scripts/install b/scripts/install index 6834827..d895959 100644 --- a/scripts/install +++ b/scripts/install @@ -178,7 +178,6 @@ ynh_replace_string --match_string="__PORT_COMPONENT__" --replace_string="$port_c ynh_replace_string --match_string="__FINAL_PATH__" --replace_string="$final_path" --target_file="$metronome_conf" ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$metronome_conf" ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="$metronome_conf" -ynh_replace_string --match_string="__VIDEOBRIDGE_SECRET__" --replace_string="$videobridge_secret" --target_file="$metronome_conf" ynh_replace_string --match_string="__FOCUS_SECRET__" --replace_string="$focus_secret" --target_file="$metronome_conf" ynh_replace_string --match_string="__FOCUS_USER__" --replace_string="$focus_user" --target_file="$metronome_conf" ynh_replace_string --match_string="__VIDEOBRIDGE_USER__" --replace_string="$videobridge_user" --target_file="$metronome_conf" diff --git a/scripts/upgrade b/scripts/upgrade index c76cd4a..80d6b4a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -53,7 +53,6 @@ if ynh_version_gt "1.0.3387~ynh2" "${current_version}" ; then cp ../conf/metronome.cfg.lua $metronome_conf ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$metronome_conf" ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="$metronome_conf" - ynh_replace_string --match_string="__VIDEOBRIDGE_SECRET__" --replace_string="$videobridge_secret" --target_file="$metronome_conf" ynh_replace_string --match_string="__FOCUS_SECRET__" --replace_string="$focus_secret" --target_file="$metronome_conf" ynh_replace_string --match_string="__PORT_COMPONENT__" --replace_string="$port_component" --target_file="$metronome_conf"