diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-02 16:53:52 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-02 16:53:52 +0000 |
commit | a4d57c4fc733a85518a821f799f3ee821962899b (patch) | |
tree | e8516303159981f5a9e0980c7273584b1dbc368e | |
parent | ebf9f9d157c048291687984912014d398482f1c5 (diff) | |
download | prosody-a4d57c4fc733a85518a821f799f3ee821962899b.tar.gz prosody-a4d57c4fc733a85518a821f799f3ee821962899b.zip |
prosody.cfg.lua.dist: Add comments explaining the individual TURN options
-rw-r--r-- | prosody.cfg.lua.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index c56062dd..dd80ffa1 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -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" |