File

.busted @ 10132:b59535964e81

util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to here
author João Duarte <jvsDuarte08@gmail.com>
date Tue, 25 Jun 2019 13:20:54 +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";
  };
}