File

.busted @ 10175:4dac771ddf9f

util.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpath
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 26 Jul 2019 17:54:37 -0700
parent 9964:f299d4917dd8
line wrap: on
line source

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