.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 17 Jan 2022 14:11:45 +0000
changeset 12197 a6d2b536c41a
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270047afa6af

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