File

.busted @ 10873:813e632431e6

util.prosodyctl.shell: Correct check for --socket
author Kim Alvefur <zash@zash.se>
date Tue, 02 Jun 2020 09:07:29 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}