.busted
author Kim Alvefur <zash@zash.se>
Tue, 13 Jul 2021 23:28:49 +0200
changeset 11685 e270d22b11d9
parent 9968 f299d4917dd8
permissions -rw-r--r--
tools/jabberd14sql2prosody: Tweak wording in comments

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