File

.busted @ 12107:8a5a9c1adb90

util.prosodyctl.cert: Copy SAN/wildcard certs only once
author Kim Alvefur <zash@zash.se>
date Wed, 22 Dec 2021 18:34:11 +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";
  };
}