prosody.cfg.lua.dist: Add comments explaining the individual TURN options
authorMatthew Wild <mwild1@gmail.com>
Wed, 02 Mar 2022 16:53:52 +0000
changeset 12354 afe310107302
parent 12353 89c638496fe1
child 12355 1418fd275b81
prosody.cfg.lua.dist: Add comments explaining the individual TURN options
prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Wed Mar 02 15:20:21 2022 +0000
+++ b/prosody.cfg.lua.dist	Wed Mar 02 16:53:52 2022 +0000
@@ -173,7 +173,10 @@
 -- 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"