.busted
author Kim Alvefur <zash@zash.se>
Sun, 23 Oct 2022 16:19:39 +0200
branch0.12
changeset 12791 3735ad8d6f8e
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_admin_shell: Ensure connection exists to get port from (fixes #1777)

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