diff options
author | Simeon Keske | 2020-06-09 21:24:18 +0200 |
---|---|---|
committer | Anton Schubert | 2020-06-14 15:24:18 +0200 |
commit | ca0ad31572ed0bd0ed4c044dd9ed6ce307a80d98 (patch) | |
tree | ced4704e0a25adcf36ceab042c8986cd65cfa9eb /config.php | |
parent | 755401983fea4d3f8cf781bf305b9df713904486 (diff) |
make cdn configurable
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,3 +63,5 @@ $GLOBALS['CONFIG']['DOWNLOAD'] = [ */ 'MAX_CONFERENCE_AGE' => 14 /* Tage */, ]; + +$GLOBALS['CONFIG']['CDN'] = "cdn.3voc.de"; |