Allow albums with two dots in them
[noxon-gateway.git] / data / config.php.dist
index 92b3db6d4dfac33f759c33d1bd7a30809b4eeea3..1720268a06edc9338e2f3efca93ccb31d44afea3 100644 (file)
@@ -18,4 +18,9 @@ $clientSupport = [
         'audio/ogg' => true,
     ],
 ];
+
+//if this is set, transcode caching is activated
+$cacheDir = null;
+//http-accessible cache dir URL
+$cacheDirUrl = null;
 ?>