File

.busted @ 11086:2846b6226a8e

util.stanza: Support Application-Specific Conditions in util.error
author Kim Alvefur <zash@zash.se>
date Sat, 26 Sep 2020 18:09:10 +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";
  };
}