File

.busted @ 10208:219a4958673d

util/prosodyctl: Removed the check_flags and execute_command function
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 16 Aug 2019 15:01:57 -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";
  };
}