mirror of
https://github.com/voc/streaming-website
synced 2024-11-15 08:57:11 +00:00
openchaos: enable temporary livestream
This commit is contained in:
parent
c1265b7c4a
commit
d1aedcdd86
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@ $CONFIG['CONFERENCE'] = array(
|
|||
* Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent
|
||||
* zu 'running'.
|
||||
*/
|
||||
//'CLOSED' => false,
|
||||
'CLOSED' => 'running',
|
||||
|
||||
/**
|
||||
* Titel der Konferenz (kann Leer- und Sonderzeichen enthalten)
|
||||
|
@ -117,6 +117,7 @@ $CONFIG['CONFERENCE'] = array(
|
|||
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt
|
||||
*/
|
||||
//'RELIVE_JSON' => 'http://live.dus.c3voc.de/relive/datengarten/index.json',
|
||||
'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/openchaos/index.json',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue