File

.busted @ 10147:1a35b3a2b11b

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