File

.busted @ 10838:f26f2ec33f1e

doc/storage: Add archive store map-like API
author Kim Alvefur <zash@zash.se>
date Mon, 11 May 2020 22:32:28 +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";
  };
}