File

.busted @ 12162:b7ee14ba09c9

migrator: Reuse earlier usage text
author Kim Alvefur <zash@zash.se>
date Sun, 09 Jan 2022 15:57:59 +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";
  };
}