File

.busted @ 13096:9638ff8b1c81

mod_invites: Fix password reset invites Caused by roles changing from table|nil to always table in c2616274bef7
author Kim Alvefur <zash@zash.se>
date Sun, 07 May 2023 12:52:31 +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";
  };
}