File

.busted @ 12516:d76ac22f3571

util.stanza: Document error conditions in Teal definition Gets you nice error messages if you make a typo in with error_reply()
author Kim Alvefur <zash@zash.se>
date Tue, 17 May 2022 17:05: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";
  };
}