aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/gpn19/config.php
diff options
context:
space:
mode:
authorSophie Schiller2019-06-01 22:57:59 +0200
committerSophie Schiller2019-06-01 22:57:59 +0200
commitd82b320cd496dd2001051402b51fe2a9a54eef3a (patch)
tree51bc9966b6560239042a317b8673100188036f18 /configs/conferences/gpn19/config.php
parentce69aebaf1ef45c84260799c779db04089316c03 (diff)
deactivate relive
Diffstat (limited to 'configs/conferences/gpn19/config.php')
-rw-r--r--configs/conferences/gpn19/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/gpn19/config.php b/configs/conferences/gpn19/config.php
index dc64b0f..ee7208c 100644
--- a/configs/conferences/gpn19/config.php
+++ b/configs/conferences/gpn19/config.php
@@ -96,14 +96,14 @@ $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/gpn19/index.json',
+ //'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/gpn19/index.json',
/**
* APCU-Cache-Zeit in Sekunden
* Wird diese Zeile auskommentiert, werden die apc_*-Methoden nicht verwendet und
* das Relive-Json bei jedem Request von der Quelle geladen und geparst
*/
- 'RELIVE_JSON_CACHE' => 30*60,
+ //'RELIVE_JSON_CACHE' => 30*60,
);
/**