.busted
author Kim Alvefur <zash@zash.se>
Sat, 09 Dec 2023 16:41:37 +0100
changeset 13401 517a335269ef
parent 9968 f299d4917dd8
permissions -rw-r--r--
CHANGES: Mention new prosodyctl shell method behavior

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