aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-ulm
diff options
context:
space:
mode:
authorDaniel Molkentin2020-10-13 13:06:40 +0200
committerDaniel Molkentin2020-10-13 13:07:13 +0200
commit7afec49fb44597f6cb4dc0727df7a8e29c6e622e (patch)
tree425b777d1dc9f8d4e492e182ba52aa53093a531e /configs/conferences/jh-ulm
parentfba3d858c890b4769991da21047931c6482a06a3 (diff)
point all relive URLs to relive.c3voc.de alias
do not offer any incentive to use the canonical hostname on "purpose" or by accident.
Diffstat (limited to 'configs/conferences/jh-ulm')
-rw-r--r--configs/conferences/jh-ulm/config.php2
-rwxr-xr-xconfigs/conferences/jh-ulm/download.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/jh-ulm/config.php b/configs/conferences/jh-ulm/config.php
index 0d5a01b..46c1c82 100644
--- a/configs/conferences/jh-ulm/config.php
+++ b/configs/conferences/jh-ulm/config.php
@@ -97,7 +97,7 @@ $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/jh/index.json',
+ 'RELIVE_JSON' => 'http://relive.c3voc.de/relive/jh/index.json',
/**
* APCU-Cache-Zeit in Sekunden
diff --git a/configs/conferences/jh-ulm/download.sh b/configs/conferences/jh-ulm/download.sh
index 49cfbcd..5bf45cc 100755
--- a/configs/conferences/jh-ulm/download.sh
+++ b/configs/conferences/jh-ulm/download.sh
@@ -4,6 +4,6 @@
wget --no-check-certificate -q "https://jh.kohl.okfn.de/schedule-jh.xml" -O /tmp/jh18-ulm-schedule.xml && mv /tmp/jh18-ulm-schedule.xml schedule.xml
# relive
-wget -q "//live.ber.c3voc.de/relive/jh/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+wget -q "//relive.c3voc.de/relive/jh/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json
rm -f /tmp/jh18-ulm-schedule.xml