mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Add example of declaring admins for a server
This commit is contained in:
parent
334b002da3
commit
a4e1ea92f6
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue