File

.busted @ 12544:00857bfa8ca2

Merge 0.12->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 09 Jun 2022 12:43:43 +0100 (2022-06-09)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}