File

.busted @ 9983:f7d11503fdce

mod_mimicking: Use new storage API
author Kim Alvefur <zash@zash.se>
date Mon, 29 Apr 2019 02:38:55 +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";
  };
}