File

.busted @ 11473:afe80b64e209

usermanager: expose set_roles through API
author Jonas Schäfer <jonas@wielicki.name>
date Mon, 22 Mar 2021 21:24:57 +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";
  };
}