Add podcast proxy support for Martin
[noxon-gateway.git] / data / config.php.dist
index 1720268a06edc9338e2f3efca93ccb31d44afea3..e5bdbc5ee9c9882b1d47018e806ced6442cc6e89 100644 (file)
@@ -20,7 +20,8 @@ $clientSupport = [
 ];
 
 //if this is set, transcode caching is activated
-$cacheDir = null;
-//http-accessible cache dir URL
-$cacheDirUrl = null;
+$enableCache = false;
+
+//if this is true, podcast URLs are proxied
+$enablePodcastProxy = false;
 ?>