File

.busted @ 10403:3b82e9df5a7a

mod_s2s: Allow passing bounce reason as an util.error object (see #770) This argument is currently unused in s2smanager.
author Kim Alvefur <zash@zash.se>
date Fri, 08 Nov 2019 23:03:47 +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";
  };
}