.busted
author Kim Alvefur <zash@zash.se>
Sun, 23 Oct 2022 16:22:12 +0200
branch0.12
changeset 12792 3835c397b129
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_admin_shell: Ensure available connection for column 'secure' Similar to #1777

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