File

.busted @ 12304:8210c2a52e9c

mod_admin_shell: Use a table to show help sections Because tables make everything better and more readable!
author Kim Alvefur <zash@zash.se>
date Sun, 20 Feb 2022 00:24:18 +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";
  };
}