.busted
author Kim Alvefur <zash@zash.se>
Thu, 04 Apr 2024 19:44:17 +0200
changeset 13476 d5a9847b0e55
parent 9968 f299d4917dd8
permissions -rw-r--r--
Merge 0.12->trunk

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