File

.busted @ 10204:fbd4a5bc3a01

util.paths: Fixed file termination for package.cpath's extra path
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 16 Aug 2019 10:44:10 -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";
  };
}