File

.busted @ 10287:a1c0395a59ae

mod_register_ibr: Reminder to maybe use util.error in the future
author Kim Alvefur <zash@zash.se>
date Sun, 29 Sep 2019 16:22:05 +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";
  };
}