Use a dedicated variable to enable transcode caching
[noxon-gateway.git] / data / config.php.dist
index 1720268a06edc9338e2f3efca93ccb31d44afea3..3294c49882eb91a6ad88519d8180f3e08d74fb8d 100644 (file)
@@ -20,7 +20,5 @@ $clientSupport = [
 ];
 
 //if this is set, transcode caching is activated
-$cacheDir = null;
-//http-accessible cache dir URL
-$cacheDirUrl = null;
+$enableCache = false;
 ?>