File

.busted @ 10185:02d8f475a96d

util.prosodyctl: call_luarocks function is now compatible with the list command
author João Duarte <jvsDuarte08@gmail.com>
date Wed, 31 Jul 2019 10:22:11 -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";
  };
}