File

.busted @ 12278:2390837b8358

doap: Reference RFC 6331 which deprecated SASL DIGEST-MD5
author Kim Alvefur <zash@zash.se>
date Sat, 05 Feb 2022 18:06:59 +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";
  };
}