.busted
author Kim Alvefur <zash@zash.se>
Thu, 20 Oct 2022 16:56:45 +0200
changeset 12784 2c0c1b18a02b
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";
  };
}