File

.busted @ 10205:ff8de86b75f0

util.pluginloader: Added a new path to the variable local_names
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 16 Aug 2019 13:54:40 -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";
  };
}