File

.busted @ 10154:ad081451291f

prosodyctl: Created a temporary function, that automatically sets up a repo with rockspecs for prosody modules
author João Duarte <jvsDuarte08@gmail.com>
date Tue, 23 Jul 2019 13:27:19 -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";
  };
}