File

.busted @ 12151:669d93f1db6a

mod_invites: Comment on module loading for HTTP invite URLs
author Kim Alvefur <zash@zash.se>
date Wed, 05 Jan 2022 22:37:42 +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";
  };
}