Add podcast proxy support for Martin
[noxon-gateway.git] / data / config.php.dist
index 92b3db6d4dfac33f759c33d1bd7a30809b4eeea3..e5bdbc5ee9c9882b1d47018e806ced6442cc6e89 100644 (file)
@@ -18,4 +18,10 @@ $clientSupport = [
         'audio/ogg' => true,
     ],
 ];
+
+//if this is set, transcode caching is activated
+$enableCache = false;
+
+//if this is true, podcast URLs are proxied
+$enablePodcastProxy = false;
 ?>