File

.busted @ 10136:38775965fcd5

util.prosodyctl: Added help support to 'admin_operation'
author João Duarte <jvsDuarte08@gmail.com>
date Thu, 27 Jun 2019 18:01:36 +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";
  };
}