File

.busted @ 10209:e6ba8bb91905

util/prosodyctl: call_luarocks now sets a directory variable itself
author João Duarte <jvsDuarte08@gmail.com>
date Fri, 16 Aug 2019 15:03: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";
  };
}