File

.busted @ 10405:e7f5735f19e1

util.startup: Disable plugin installer path creation for now (see comments)
author Kim Alvefur <zash@zash.se>
date Sat, 09 Nov 2019 00:26:56 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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