File

.busted @ 11831:94cd363116a3

mod_admin_shell: Allow passing an exit code to server:shutdown() Mirroring the internal API
author Kim Alvefur <zash@zash.se>
date Thu, 30 Sep 2021 23:22:51 +0200 (2021-09-30)
parent 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}