.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 14 Feb 2022 16:01:34 +0000
changeset 12341 fea2d8fff5c6
parent 9968 f299d4917dd8
permissions -rw-r--r--
prosody.cfg.lua.dist: Comment improvements

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}