File

.busted @ 13117:7eb6244b4984

mod_admin_shell: Show internal URL where different from external
author Kim Alvefur <zash@zash.se>
date Sun, 28 May 2023 22:33:45 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}