aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorSimeon Keske2020-06-09 21:24:18 +0200
committerAnton Schubert2020-06-14 15:24:18 +0200
commitca0ad31572ed0bd0ed4c044dd9ed6ce307a80d98 (patch)
treeced4704e0a25adcf36ceab042c8986cd65cfa9eb /config.php
parent755401983fea4d3f8cf781bf305b9df713904486 (diff)
make cdn configurable
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 2 insertions, 0 deletions
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";