File

.busted @ 10181:c7d5cd766533

util.prosodyctl: Added the call_luarocks function
author João Duarte <jvsDuarte08@gmail.com>
date Wed, 31 Jul 2019 07:24:43 -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";
  };
}