.busted
author Kim Alvefur <zash@zash.se>
Wed, 26 Jul 2023 14:39:36 +0200
changeset 13253 5884d58707fa
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_http: Generate URL from configuration in prosodyctl This removes the need to configure e.g. http_external_url or similar settings in order to get correct URLs out of prosodyctl, as the API depends on portmanager to know the actual ports that are used.

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