.luacov
author Kim Alvefur <zash@zash.se>
Wed, 28 Jun 2023 17:17:20 +0200
changeset 13172 536055476912
parent 9472 cd2f742e5826
permissions -rw-r--r--
mod_http_file_share: Set slot token TTL so util.jwt validates expiry Overrides the util.jwt default of 1h with the intended TTL of 10 minutes. Because util.jwt now has its own expiry checks, so the 'expiry' field is no longer used and can thus be removed.

exclude = {
	"^%./spec/";
}