.busted
author Kim Alvefur <zash@zash.se>
Sun, 25 Apr 2021 17:27:02 +0200
changeset 11525 16caf35f031f
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1

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