mirror of
https://github.com/bjc/prosody.git
synced 2025-03-31 11:47:40 +03:00
13 lines
174 B
Text
13 lines
174 B
Text
return {
|
|
_all = {
|
|
},
|
|
default = {
|
|
["exclude-tags"] = "mod_bosh,storage,SLOW";
|
|
};
|
|
bosh = {
|
|
tags = "mod_bosh";
|
|
};
|
|
storage = {
|
|
tags = "storage";
|
|
};
|
|
}
|