File

.busted @ 10199:72afd4ed8ac9

util.startup: Now calls a function to complement lua's path/cpath
author João Duarte <jvsDuarte08@gmail.com>
date Thu, 01 Aug 2019 09:22:50 -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";
  };
}