File

.busted @ 10553:4d8119ffd433

MUC: Make note to handle configuration form errors [luacheck]
author Kim Alvefur <zash@zash.se>
date Mon, 23 Dec 2019 22:28:04 +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";
  };
}