File

.busted @ 13472:d5a9847b0e55

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 04 Apr 2024 19:44:17 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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