File

.busted @ 10631:58cc0bc09f3d

CHANGES: Mention deprecation of 'daemonize' option
author Kim Alvefur <zash@zash.se>
date Sun, 26 Jan 2020 16:55:28 +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";
  };
}