File

.busted @ 13189:36b7bdafc993

CHANGES: Move line about LuaSQLite3 to Storage section
author Kim Alvefur <zash@zash.se>
date Wed, 12 Jul 2023 22:50:24 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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