mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Comment improvements: authentication
This commit is contained in:
parent
25cb355e10
commit
94140346ff
1 changed files with 5 additions and 0 deletions
|
@ -140,9 +140,14 @@ limits = {
|
|||
-- Authentication
|
||||
-- Select the authentication backend to use. The 'internal' providers
|
||||
-- use Prosody's configured data storage to store the authentication data.
|
||||
-- For more information see https://prosody.im/doc/authentication
|
||||
|
||||
authentication = "internal_hashed"
|
||||
|
||||
-- Many authentication providers, including the default one, allow you to
|
||||
-- create user accounts via Prosody's admin interfaces. For details, see the
|
||||
-- documentation at https://prosody.im/doc/creating_accounts
|
||||
|
||||
|
||||
-- Storage
|
||||
-- Select the storage backend to use. By default Prosody uses flat files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue