diff options
author | Andreas Hubel | 2019-08-20 15:34:58 +0200 |
---|---|---|
committer | Andreas Hubel | 2019-08-20 15:34:58 +0200 |
commit | 96a4fadc58b8bacc68caa163836dd28b3d744271 (patch) | |
tree | 2b3171d4da2d894f5320bb1839d8934c2d935ebc /configs/conferences/camp2019/config.php | |
parent | 560f0d133c4bb5873c75298f5b57ff7853b4352b (diff) |
camp2019: fixed mapping and relive
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/camp2019/config.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php index 5e49057..96b96c0 100644 --- a/configs/conferences/camp2019/config.php +++ b/configs/conferences/camp2019/config.php @@ -99,7 +99,7 @@ $CONFIG['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/cccamp19/index.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/camp2019/index.json', /** * APCU-Cache-Zeit in Sekunden @@ -353,7 +353,7 @@ $CONFIG['ROOMS'] = array( 'tent-2' => array( 'DISPLAY' => 'Tent 2 (Meitner)', - 'STREAM' => 's3', + 'STREAM' => 's2', 'PREVIEW' => true, 'STEREO' => false, @@ -531,7 +531,7 @@ $CONFIG['TWITTER'] = array( * Ist eine weitere Anpassung erfoderlich, kann ein TWITTER_CONFIG-Block in der * Raum-Konfiguration zum Überschreiben dieser Angaben verwendet werden. */ - 'DISPLAY' => '#cccamp19 @ twitter', + 'DISPLAY' => '#CCCamp19 @ twitter', /** * Vorgabe-Tweet-Text für die Twitter-Links. @@ -539,7 +539,7 @@ $CONFIG['TWITTER'] = array( * %s wird durch den Raum-Slug ersetzt. * Eine Anpassung kann ebenfalls in der Raum-Konfiguration vorgenommen werden. */ - 'TEXT' => '#cccamp19', + 'TEXT' => '#CCCamp19', ); |