mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Update config.php
This commit is contained in:
parent
4a4bd5a293
commit
f73bb41ac1
1 changed files with 1 additions and 1 deletions
|
@ -82,6 +82,7 @@ $CONFIG['ROOMS'] = array(
|
|||
),
|
||||
|
||||
'atrium' => array(
|
||||
'WIDE' => true,
|
||||
'DISPLAY' => 'Atrium',
|
||||
'STREAM' => 's4',
|
||||
'PREVIEW' => true,
|
||||
|
@ -125,7 +126,6 @@ $CONFIG['SCHEDULE'] = array(
|
|||
'URL' => 'https://pretalx.c3voc.de/godotcon2023/schedule/export/schedule.xml',
|
||||
'ROOMFILTER' => array('Atrium', 'New York', 'Redmond'),
|
||||
'SCALE' => 7,
|
||||
'SIMULATE_OFFSET' => 0,
|
||||
);
|
||||
|
||||
return $CONFIG;
|
||||
|
|
Loading…
Reference in a new issue