File

.busted @ 11290:7919ecdc4a72

util.prosodyctl: Use installer path prepared by util.startup
author Kim Alvefur <zash@zash.se>
date Thu, 21 Jan 2021 18:39:18 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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