File

.busted @ 13412:0e96d6a29a12

mod_invites: Show short help instead of traceback on missing hostname
author Kim Alvefur <zash@zash.se>
date Sat, 13 Jan 2024 11:00:20 +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";
  };
}