File

.busted @ 13326:76b6556c0f67

util.prosodyctl.check: Check cert for HTTPS if http module enabled
author Kim Alvefur <zash@zash.se>
date Mon, 13 Nov 2023 09:50:06 +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";
  };
}