File

.busted @ 12681:16ea01745dbe

mod_s2s: Simplify conditionals since all sessions should have .host now
author Kim Alvefur <zash@zash.se>
date Fri, 26 Aug 2022 19:10:15 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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