.busted
author Kim Alvefur <zash@zash.se>
Sat, 26 Sep 2020 17:30:47 +0200
changeset 11088 5e09a3389adb
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.stanza: Support inclusion of <gone> URI from util.error object

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