File

.busted @ 10179:2364e9533d0e

prosodyctl: Removed unnecessary comments from the remove command
author João Duarte <jvsDuarte08@gmail.com>
date Wed, 31 Jul 2019 05:55:32 -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";
  };
}