File

.busted @ 13605:74a8006ee7f6

mod_admin_shell: Remove redundant 'mod_' prefix from debug message
author Kim Alvefur <zash@zash.se>
date Wed, 08 Jan 2025 08:41:15 +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";
  };
}