File

.busted @ 10634:c9e1cb7a38b8

usermanager: Load authz providers on components also
author Matthew Wild <mwild1@gmail.com>
date Mon, 27 Jan 2020 22:09:19 +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";
  };
}