File

.busted @ 10675:5efd6865486c

mod_tokenauth: Track creation time of tokens
author Matthew Wild <mwild1@gmail.com>
date Fri, 28 Feb 2020 21:55:40 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}