.busted
author Kim Alvefur <zash@zash.se>
Tue, 10 Dec 2019 17:43:26 +0100
changeset 10504 493cbfe99b64
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_s2s: Fix name conflict introduced in c7864f970969

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