aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences
diff options
context:
space:
mode:
authorMaZderMind2015-12-20 15:29:28 +0100
committerMaZderMind2015-12-20 15:29:28 +0100
commit1ad93ae534601baf6ebaffd94f39625d43bb6c1c (patch)
treed77185a50242dcf1faf9258dd17087ab90a64245 /configs/conferences
parent24e6fce1ea1a14b488dee5ba4e9e2f5e25f40a32 (diff)
[32c3] configure subtitles-system
Diffstat (limited to 'configs/conferences')
-rw-r--r--configs/conferences/32c3/config.php22
1 files changed, 18 insertions, 4 deletions
diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php
index c7fb5e5..924767e 100644
--- a/configs/conferences/32c3/config.php
+++ b/configs/conferences/32c3/config.php
@@ -279,6 +279,14 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
'SUBTITLES' => true,
/**
+ * ID des Raumes im L2S2-System (int)
+ *
+ * Wenn diese Zeile auskommentiert oder auf false gesetzt ist,
+ * für diesen Raum das Subtitles-System deaktiviert.
+ */
+ 'SUBTITLES_ROOM_ID' => 1,
+
+ /**
* Embed-Form aktivieren (boolean)
*
* Ist dieses Feld auf true gesetzt, wird ein Embed-Tab unter dem Video
@@ -366,6 +374,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
'SCHEDULE_NAME' => 'Hall 2',
'FEEDBACK' => true,
'SUBTITLES' => true,
+ 'SUBTITLES_ROOM_ID' => 2,
'EMBED' => true,
'IRC' => true,
'IRC_CONFIG' => array(
@@ -394,7 +403,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
'SCHEDULE' => true,
'SCHEDULE_NAME' => 'Hall G',
'FEEDBACK' => true,
- 'SUBTITLES' => true,
+ 'SUBTITLES' => false,
'EMBED' => true,
'IRC' => true,
'IRC_CONFIG' => array(
@@ -423,7 +432,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
'SCHEDULE' => true,
'SCHEDULE_NAME' => 'Hall 6',
'FEEDBACK' => true,
- 'SUBTITLES' => true,
+ 'SUBTITLES' => false,
'EMBED' => true,
'IRC' => true,
'IRC_CONFIG' => array(
@@ -581,9 +590,14 @@ $GLOBALS['CONFIG']['EMBED'] = true;
*/
$GLOBALS['CONFIG']['SUBTITLES'] = array(
/**
- * URL des L2S2-Servers
+ * URL des L2S2 Primus-Servers
+ */
+ 'PRIMUS_URL' => 'http://fusrohda.marudor.de:63404/',
+
+ /**
+ * URL des L2S2 Frontend-Servers
*/
- 'URL' => 'http://subtitles.c3voc.de/',
+ 'FRONTEND_URL' => 'http://l2s2.marudor.de/',
);
/**