File

.busted @ 11472:c32753ceb0f0

mod_authz_internal: add support for setting roles of a local user
author Jonas Schäfer <jonas@wielicki.name>
date Mon, 22 Mar 2021 21:24:43 +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";
  };
}