File

.busted @ 10629:eed5811941b2

prosodyctl: Add 'daemonize' to deprecated options known by check command
author Kim Alvefur <zash@zash.se>
date Sun, 26 Jan 2020 16:52:32 +0100 (2020-01-26)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}