File

.busted @ 10206:46a5f2bf5ee0

core.configmanager: Removed code related to complement_lua_path
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 16 Aug 2019 14:02:51 -0700 (2019-08-16)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}