File

.busted @ 12340:7d132ea04a05

prosody.cfg.lua.dist: Comment improvements: s2s authentication
author Matthew Wild <mwild1@gmail.com>
date Mon, 14 Feb 2022 16:30:01 +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";
  };
}