.busted
author Matthew Wild <mwild1@gmail.com>
Sun, 21 Oct 2018 15:38:55 +0100
changeset 9532 6a1e7723208b
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
util.array: Add __div for parity with util.set

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