.busted
author Kim Alvefur <zash@zash.se>
Sat, 25 Dec 2021 16:23:40 +0100
changeset 12334 38b5b05407be
parent 9968 f299d4917dd8
permissions -rw-r--r--
various: Require encryption by default for real These options have been specified (and enabled) in the default config file for a long time. However if unspecified in the config, they were not enabled. Now they are. This may result in a change of behaviour for people using very old config files that lack the require_encryption options. But that's what we want.

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