X-Git-Url: https://git.cweiske.de/noxon-gateway.git/blobdiff_plain/58e37edfab922c69de3e2cae54fa7fcbe5378eb5..41d49948761db5dc96e00f9fed12b50c52a12bff:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 1720268..3294c49 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -20,7 +20,5 @@ $clientSupport = [ ]; //if this is set, transcode caching is activated -$cacheDir = null; -//http-accessible cache dir URL -$cacheDirUrl = null; +$enableCache = false; ?>