File

.busted @ 10878:b37dc3776f69

mod_admin_shell: Fix error due to float passed to os.date in Lua 5.3 Thanks Martin
author Kim Alvefur <zash@zash.se>
date Tue, 02 Jun 2020 16:40:23 +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";
  };
}