File

.busted @ 13760:b5b0190ddc38 13.0

usermanager: Add info logging for all usermanager account changes
author Matthew Wild <mwild1@gmail.com>
date Mon, 10 Mar 2025 11:52:55 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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