[mirotalk] - add comment, fix typo
This commit is contained in:
+4
-2
@@ -22,18 +22,20 @@ NGROK_ENABLED=false # true or false
|
||||
NGROK_AUTH_TOKEN=YourNgrokAuthToken
|
||||
|
||||
# Stun
|
||||
# About: https://bloggeek.me/webrtcglossary/stun/
|
||||
# Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
|
||||
|
||||
STUN_SERVER_ENABLED=true # true or false
|
||||
STUN_SERVER_URL=stun:stun.l.google.com:19302
|
||||
|
||||
# Turn
|
||||
# Turn
|
||||
# About: https://bloggeek.me/webrtcglossary/turn/
|
||||
# Recommended: https://github.com/coturn/coturn
|
||||
# Installation: https://github.com/miroslavpejic85/mirotalk/blob/master/docs/coturn.md
|
||||
# Free one: https://www.metered.ca/tools/openrelay/ (Please, create your own account)
|
||||
# Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
|
||||
|
||||
TURN_SERVER_ENABLED=false # true or false
|
||||
TURN_SERVER_ENABLED=true # true or false
|
||||
TURN_SERVER_URL=turn:a.relay.metered.ca:443
|
||||
TURN_SERVER_USERNAME=e8dd65b92c62d3e36cafb807
|
||||
TURN_SERVER_CREDENTIAL=uWdWNmkhvyqTEswO
|
||||
|
||||
Reference in New Issue
Block a user