.busted
author Kim Alvefur <zash@zash.se>
Sat, 13 Jan 2024 10:58:12 +0100
changeset 13414 7efdd143fdfc
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_invites: Allow specifying invite ttl on command line Was missing a way to pass TTL via command or shell.

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