[mirotalk] - update dep. and env.template
This commit is contained in:
+5
-6
@@ -16,14 +16,13 @@ NGROK_AUTH_TOKEN=YourNgrokAuthToken
|
||||
STUN=stun:stun.l.google.com:19302
|
||||
|
||||
# Turn
|
||||
# 1. Goto http://numb.viagenie.ca/
|
||||
# 2. Create an account
|
||||
# 3. Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
|
||||
# Recommended:: https://github.com/coturn/coturn
|
||||
# Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
|
||||
|
||||
TURN_ENABLED=true|false
|
||||
TURN_URLS=turn:numb.viagenie.ca
|
||||
TURN_USERNAME=YourNumbUsername
|
||||
TURN_PASSWORD=YourNumbPassword
|
||||
TURN_URLS=turn:YourTurnServer
|
||||
TURN_USERNAME=YourTurnUsername
|
||||
TURN_PASSWORD=YourTurnPassword
|
||||
|
||||
# API
|
||||
# The response will give you a entrypoint / Room URL for your meeting.
|
||||
|
||||
+2
-2
@@ -32,8 +32,8 @@
|
||||
"ngrok": "^4.3.1",
|
||||
"qs": "^6.11.0",
|
||||
"socket.io": "^4.5.1",
|
||||
"@sentry/node": "^7.7.0",
|
||||
"@sentry/integrations": "^7.7.0",
|
||||
"@sentry/node": "^7.8.1",
|
||||
"@sentry/integrations": "^7.8.1",
|
||||
"swagger-ui-express": "^4.5.0",
|
||||
"uuid": "8.3.2",
|
||||
"yamljs": "^0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user