File

.busted @ 12165:79a51a48bdaf

migrator: Also migrate host/non-user archive data Needed for things like mod_http_file_share
author Kim Alvefur <zash@zash.se>
date Sun, 09 Jan 2022 15:52:50 +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";
  };
}