File

.busted @ 11291:9a98464a35e4

util.prosodyctl: Propagate status from luarocks invocation
author Kim Alvefur <zash@zash.se>
date Thu, 21 Jan 2021 18:43:16 +0100 (2021-01-21)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}