.busted
author Kim Alvefur <zash@zash.se>
Sun, 18 Nov 2018 01:30:20 +0100
changeset 9639 fc2266339cd8
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
Merge 0.11->trunk

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