.busted
author Kim Alvefur <zash@zash.se>
Sat, 08 Apr 2023 11:28:55 +0200
changeset 13066 da51c36ed1e7
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_admin_shell: Add config:set([host,] key, value) because why not We had config:get() but not this. > <MattJ> Yeah, why did we never implement that? Handy if you want to quickly try out settings without reloading the whole config.

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