File

.busted @ 10145:0fcd251a27e5

prosodyctl: Added missing semicolons to some return calls
author João Duarte <jvsDuarte08@gmail.com>
date Wed, 17 Jul 2019 09:12: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";
  };
}