X-Git-Url: https://git.cweiske.de/noxon-gateway.git/blobdiff_plain/fa31828a09690f4e6310d23e2a61a639cf699b70..58e37edfab922c69de3e2cae54fa7fcbe5378eb5:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 92b3db6..1720268 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -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; ?>