File

.busted @ 9554:cba6e6168d26

mod_mam: Upgrade case of invalid archive store driver to hard error
author Kim Alvefur <zash@zash.se>
date Thu, 25 Oct 2018 21:58:22 +0200
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source

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