1
0
Fork 0
forked from mirror/prosody
prosody/prosody.cfg.lua
Sara Aimée Smiseth b720a0b699 Update 0.11.5
2020-05-25 17:54:28 +02:00

19 lines
434 B
Lua

-- see example config at https://hg.prosody.im/0.9/file/0.9.10/prosody.cfg.lua.dist
-- easily extendable by putting into different config files within conf.d folder
admins = {};
use_libevent = true; -- improves performance
allow_registration = true;
c2s_require_encryption = true;
s2s_secure_auth = true;
authentication = "internal_hashed";
log = {
{levels = {min = "info"}, to = "console"};
};
Include "conf.d/*.cfg.lua";