File

.busted @ 10148:263b61d03d70

util.prosodyctl: Corrected indentation on my code
author João Duarte <jvsDuarte08@gmail.com>
date Sat, 20 Jul 2019 12:41:31 -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";
  };
}