File

.busted @ 10151:e58034955002

prosodyctl: The install command is now also checking a specified remote server
author João Duarte <jvsDuarte08@gmail.com>
date Tue, 23 Jul 2019 08:48:31 -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";
  };
}