File

.busted @ 10504:1f80e5ad3cea

mod_admin_telnet: Fix host sorting Reversing each %P is a noop
author Kim Alvefur <zash@zash.se>
date Sun, 15 Dec 2019 20:43:02 +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";
  };
}