File

.busted @ 13705:5f1eb8b14923 13.0

prosodyctl: check: Fix indentation in warning message
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Feb 2025 16:29:32 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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