.busted
author Matthew Wild <mwild1@gmail.com>
Mon, 14 Feb 2022 15:59:03 +0000
changeset 12340 a8367f169740
parent 9968 f299d4917dd8
permissions -rw-r--r--
prosody.cfg.lua.dist: Update s2s_secure_auth comment and default

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