prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file

This commit is contained in:
Emmanuel Gil Peyrot 2021-05-19 23:39:56 +02:00
parent 448eac7da4
commit e549430c12

View file

@ -128,12 +128,12 @@ s2s_secure_auth = false
-- Enable rate limits for incoming client and server connections
limits = {
c2s = {
rate = "10kb/s";
};
s2sin = {
rate = "30kb/s";
};
c2s = {
rate = "10kb/s";
};
s2sin = {
rate = "30kb/s";
};
}
-- Select the authentication backend to use. The 'internal' providers