.busted
author Kim Alvefur <zash@zash.se>
Fri, 16 Jun 2023 13:02:35 +0200
changeset 13157 88879f83b5b4
parent 9968 f299d4917dd8
permissions -rw-r--r--
doap: Fix typo in attribute name

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