File

.busted @ 10635:675d9fbcbaed

mod_authz_internal, usermanager: Rename to mod_authz_config
author Matthew Wild <mwild1@gmail.com>
date Mon, 27 Jan 2020 22:28:52 +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";
  };
}