File

.busted @ 13285:63419a628c69

mod_saslauth: Fix read format string (thanks tmolitor)
author Matthew Wild <mwild1@gmail.com>
date Tue, 24 Oct 2023 09:23:31 +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";
  };
}