From ca0ad31572ed0bd0ed4c044dd9ed6ce307a80d98 Mon Sep 17 00:00:00 2001 From: Simeon Keske Date: Tue, 9 Jun 2020 21:24:18 +0200 Subject: make cdn configurable --- config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.php') diff --git a/config.php b/config.php index 1b5e84f..2a2b465 100644 --- a/config.php +++ b/config.php @@ -63,3 +63,5 @@ $GLOBALS['CONFIG']['DOWNLOAD'] = [ */ 'MAX_CONFERENCE_AGE' => 14 /* Tage */, ]; + +$GLOBALS['CONFIG']['CDN'] = "cdn.3voc.de"; -- cgit v1.2.3