File

.busted @ 12318:239ce74aa6a4

util.prosodyctl: check: warn about unreferenced components, suggest disco_items
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Mar 2022 15:45:24 +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";
  };
}