.busted
author Matthew Wild <mwild1@gmail.com>
Sat, 05 Mar 2022 16:06:39 +0000
changeset 12383 6ac3c580c00d
parent 9968 f299d4917dd8
permissions -rw-r--r--
prosodyctl: check turn: Clearer error when unable to resolve external service host

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