aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion/prosody.cfg.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-06-06 16:43:28 +0200
committerKim Alvefur <zash@zash.se>2020-06-06 16:43:28 +0200
commitcf640c8ded8615a2721208df1274b1eeee5a2b42 (patch)
treeadd9ec4247e7efa2d62962d15a08d0bac4141f6d /spec/scansion/prosody.cfg.lua
parentbcb73345a91c30fe9979c557e7cae2870dc97c08 (diff)
downloadprosody-cf640c8ded8615a2721208df1274b1eeee5a2b42.tar.gz
prosody-cf640c8ded8615a2721208df1274b1eeee5a2b42.zip
util.human.io: Fix right-alignment
Diffstat (limited to 'spec/scansion/prosody.cfg.lua')
-rw-r--r--spec/scansion/prosody.cfg.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index 4cf03de8..3fa36ab9 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -13,7 +13,9 @@ end
admins = { "admin@localhost" }
-use_libevent = true
+network_backend = "epoll"
+network_settings = {
+}
modules_enabled = {
-- Generally required
@@ -99,7 +101,7 @@ mam_smart_enable = true
-- Logging configuration
-- For advanced logging see https://prosody.im/doc/logging
-log = "*console"
+log = {debug = "*console" }
pidfile = "prosody.pid"