diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fcmc/config.php | 1 | ||||
-rw-r--r-- | configs/conferences/g20-weltbild/config.php | 1 | ||||
-rw-r--r-- | configs/conferences/tint/config.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/conferences/fcmc/config.php b/configs/conferences/fcmc/config.php index a482100..d434dcf 100644 --- a/configs/conferences/fcmc/config.php +++ b/configs/conferences/fcmc/config.php @@ -89,6 +89,7 @@ $CONFIG['CONFERENCE'] = array( * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ // 'RELIVE_JSON' => 'configs/conferences/32c3/vod.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/fcmc/index.json', ); /** diff --git a/configs/conferences/g20-weltbild/config.php b/configs/conferences/g20-weltbild/config.php index d6e21c5..e3c94d2 100644 --- a/configs/conferences/g20-weltbild/config.php +++ b/configs/conferences/g20-weltbild/config.php @@ -97,6 +97,7 @@ $CONFIG['CONFERENCE'] = array( * Wird beides auskommentiert, wird der Link nicht angezeigt */ //'RELIVE_JSON' => 'configs/conferences/jh-hh-2017/vod.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/weltbild1/index.json', /** * APCU-Cache-Zeit in Sekunden diff --git a/configs/conferences/tint/config.php b/configs/conferences/tint/config.php index b95ba55..be21e20 100644 --- a/configs/conferences/tint/config.php +++ b/configs/conferences/tint/config.php @@ -91,6 +91,7 @@ Am 7. und 8. Juli kommen Trump, Putin, Erdogan, Merkel und Kollegen auf einen Pl * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ // 'RELIVE_JSON' => 'configs/conferences/32c3/vod.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/tint/index.json', ); /** |