aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2021-05-19 23:39:56 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2021-05-19 23:39:56 +0200
commite549430c12c03bdb219c02ac42f4f37cda830d98 (patch)
treea019b6b8131e39a1b77a00c1f129af51ecf33fac /prosody.cfg.lua.dist
parent448eac7da4cd5972f391cf56db20cf5d72a4c7e8 (diff)
downloadprosody-e549430c12c03bdb219c02ac42f4f37cda830d98.tar.gz
prosody-e549430c12c03bdb219c02ac42f4f37cda830d98.zip
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist12
1 files changed, 6 insertions, 6 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 32776a2e..1dfaa408 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -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