File

.busted @ 10137:04aea97afee9

prosodyctl: Added the 'get_modules' commands
author João Duarte <jvsDuarte08@gmail.com>
date Tue, 16 Jul 2019 10:05: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";
  };
}