File

.busted @ 10127:cb5e4e07ab11

Merge my line of development->trunk
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 21 Jun 2019 01:16:18 +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";
  };
}