.busted
author Kim Alvefur <zash@zash.se>
Sun, 09 Jan 2022 15:57:59 +0100
changeset 12166 b7ee14ba09c9
parent 9968 f299d4917dd8
permissions -rw-r--r--
migrator: Reuse earlier usage text

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