.busted
author Matthew Wild <mwild1@gmail.com>
Wed, 29 Nov 2023 17:51:34 +0000
changeset 13360 bbbda8819331
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_tokenauth: Ignore invalid grants in storage that have no id

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