.busted
author João Duarte <jvsDuarte08@gmail.com>
Wed, 31 Jul 2019 11:08:43 -0700
changeset 10193 d311168c71d1
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.prosodyctl: The check_flags function now considers that a module, if given, is specified at the penultimate argument it receives

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}