.busted
author Kim Alvefur <zash@zash.se>
Sat, 09 Dec 2023 15:15:06 +0100
changeset 13399 1675d4b6363a
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.xtemplate: Add some initial tests Strict typing does not magically make code correct

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