File

.busted @ 10170:882ca2f965d5

prosodyctl: Removed the list duplicate at the commands_order variable
author João Duarte <jvsDuarte08@gmail.com>
date Thu, 25 Jul 2019 04:25:40 -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";
  };
}