File

.busted @ 10131:0780bcf51ba7

prosodyctl: Added the 'admin_remove' command
author João Duarte <jvsDuarte08@gmail.com>
date Tue, 25 Jun 2019 12:03:20 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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