prosody/.busted
2018-10-01 20:21:26 +01:00

13 lines
169 B
Text

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