prosody.cfg.lua.dist: Add example of declaring admins for a server

This commit is contained in:
Matthew Wild 2009-09-21 15:09:22 +01:00
parent 334b002da3
commit a4e1ea92f6

View file

@ -32,6 +32,12 @@
-- Server-wide settings go in this section
Host "*"
-- This is a (by default, empty) list of accounts that are admins
-- for the server. Note that you must create the accounts separately
-- (see http://prosody.im/doc/creating_accounts for info)
-- Example: admins = { "user1@example.com", "user2@example.net" }
admins = { }
-- This is the list of modules Prosody will load on startup.
-- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.
modules_enabled = {