File

.busted @ 10195:3409f746f978

util.startup: Directly calling lfs.currentdir instead of storing it in a local variable
author João Duarte <jvsDuarte08@gmail.com>
date Thu, 01 Aug 2019 08:08:06 -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";
  };
}