File

.busted @ 11801:ab0dfe9cbe69

util.prosodyctl.check: Suggest replacing 'use_libevent' with 'network_backend' It's basically deprecated
author Kim Alvefur <zash@zash.se>
date Tue, 14 Sep 2021 14:19:05 +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";
  };
}