File

.busted @ 12293:145cb8305c67

mod_admin_shell: Squeeze some characters out of the Certificate column The more compact these are, the better
author Kim Alvefur <zash@zash.se>
date Thu, 17 Feb 2022 01:41:57 +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";
  };
}