File

.busted @ 12919:7c0e5c7eff7c

mod_tokenauth: Fix misplaced closing parenthesis `type(x ~= y)` is always a string, thus truthy
author Kim Alvefur <zash@zash.se>
date Thu, 02 Mar 2023 22:34:29 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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