File

.busted @ 10227:eeb711b92da5

core.certmanager: Remove unused import [luacheck]
author Kim Alvefur <zash@zash.se>
date Sun, 25 Aug 2019 23:25:42 +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";
  };
}