File

.busted @ 11303:0d932bf3a0f7

util.prosodyctl.check: Recognise global options related to plugin installer
author Kim Alvefur <zash@zash.se>
date Thu, 21 Jan 2021 23:38:44 +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";
  };
}