File

.busted @ 10692:a0480ee2233a

README: Update link to web chat At some point the web chat moved to /chat and then to this subdomain
author Kim Alvefur <zash@zash.se>
date Sun, 15 Mar 2020 20:35:07 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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