prosody.cfg.lua.dist: Add comments explaining the individual TURN options

This commit is contained in:
Matthew Wild 2022-03-02 16:53:52 +00:00
parent ebf9f9d157
commit a4d57c4fc7

View file

@ -173,7 +173,10 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week
-- specify the details here so clients can discover it.
-- Find more information at https://prosody.im/doc/turn
-- Specify the address of the TURN service (you may use the same domain as XMPP)
--turn_external_host = "turn.example.com"
-- This secret must be set to the same value in both Prosody and the TURN server
--turn_external_secret = "your-secret-turn-access-token"