File

.busted @ 12952:a668bc1aa39d

mod_tokenauth: Log error when token validation fails
author Matthew Wild <mwild1@gmail.com>
date Tue, 21 Mar 2023 14:04:39 +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";
  };
}