File

.busted @ 12099:b344edad61d3

core.certmanager: Rename preset option to 'tls_preset' TLS good, SSL bad.
author Kim Alvefur <zash@zash.se>
date Wed, 22 Dec 2021 14:24:26 +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";
  };
}