File

.busted @ 10159:2eabac18e3dc

prosodyctl: Removed the admin_add and admin_remove from the commands_order variable
author João Duarte <jvsDuarte08@gmail.com>
date Wed, 24 Jul 2019 04:53:02 -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";
  };
}