File

.busted @ 12788:3835c397b129 0.12

mod_admin_shell: Ensure available connection for column 'secure' Similar to #1777
author Kim Alvefur <zash@zash.se>
date Sun, 23 Oct 2022 16:22:12 +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";
  };
}