File

.busted @ 12083:ec21e379c145

configmanager: Update error message to say 'VirtualHost' instead of 'Host'
author Matthew Wild <mwild1@gmail.com>
date Mon, 20 Dec 2021 20:46:24 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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