File

.busted @ 13649:d2969e163656

prosodyctl: Fix luacheck warning
author Matthew Wild <mwild1@gmail.com>
date Thu, 06 Feb 2025 14:46:36 +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";
  };
}