.busted
author Matthew Wild <mwild1@gmail.com>
Wed, 06 Mar 2024 17:38:21 +0000
changeset 13460 e9ab660b9c5f
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_pubsub: Add shell commands to create and list nodes

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