File

.busted @ 13153:88879f83b5b4

doap: Fix typo in attribute name
author Kim Alvefur <zash@zash.se>
date Fri, 16 Jun 2023 13:02:35 +0200 (18 months ago)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}