.busted
author Matthew Wild <mwild1@gmail.com>
Sun, 18 Nov 2018 14:52:53 +0000
branch0.11
changeset 9642 83f3a05c1b1b
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
CHANGES: Update with release date

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