File

.busted @ 11084:5e09a3389adb

util.stanza: Support inclusion of <gone> URI from util.error object
author Kim Alvefur <zash@zash.se>
date Sat, 26 Sep 2020 17:30:47 +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";
  };
}