File

.busted @ 11204:ae2a11066001

mod_disco: Add some spacing to improve readability and code navigation
author Kim Alvefur <zash@zash.se>
date Tue, 10 Nov 2020 14:46:49 +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";
  };
}