File

.busted @ 10202:d3764eed7ded

prosodyctl: Fixed a typo
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 16 Aug 2019 08:38:29 -0700
parent 9964:f299d4917dd8
line wrap: on
line source

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