File

.busted @ 12530:79431e0282a9

util.vcard: Delete since nothing uses it
author Kim Alvefur <zash@zash.se>
date Mon, 30 May 2022 16:25:35 +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";
  };
}