File

.busted @ 11788:1ceee8becb1a

util.set: Add :contains_set() method
author Matthew Wild <mwild1@gmail.com>
date Sun, 12 Sep 2021 10:51:27 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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