Update config.php

This commit is contained in:
derchris 2023-10-31 00:46:37 +01:00 committed by GitHub
parent 4a4bd5a293
commit f73bb41ac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;