.busted
author Kim Alvefur <zash@zash.se>
Mon, 30 Jan 2023 00:38:26 +0100
changeset 12876 a20923f7d5fd
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_sql: Record connection to database as module status Allows retrieving this in e.g. a health reporting module Thanks pfak

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