.busted
author Matthew Wild <mwild1@gmail.com>
Fri, 04 Nov 2022 12:26:10 +0000
branch0.12
changeset 12796 997f3ca90628
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.json: Accept empty arrays with whitespace (fixes #1782)

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