File

.busted @ 12655:a5a0783e9241

features: Add "permissions" feature for role-auth
author Matthew Wild <mwild1@gmail.com>
date Thu, 11 Aug 2022 16:47:09 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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