Update .env

This commit is contained in:
LRVT 2023-02-20 20:27:43 +01:00 committed by GitHub
parent cc06876f3b
commit 26eae7a501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,66 +1,70 @@
# Enable self-signed certs (app/ssl) # Production env file; works natively
# No need for adjustments
# -------
HTTPS=false # Enable self-signed certs (app/ssl)
# Domain HTTPS=false
HOST=localhost # Domain
# Signaling Server listen port HOST=localhost
PORT=3000 # Signaling Server listen port
# Ngrok PORT=3000
# 1. Goto https://ngrok.com
# 2. Get started for free # Ngrok
# 3. Copy YourNgrokAuthToken: https://dashboard.ngrok.com/get-started/your-authtoken # 1. Goto https://ngrok.com
# 2. Get started for free
NGROK_ENABLED=false # or true # 3. Copy YourNgrokAuthToken: https://dashboard.ngrok.com/get-started/your-authtoken
NGROK_AUTH_TOKEN=YourNgrokAuthToken
NGROK_ENABLED=false # or true
# Stun NGROK_AUTH_TOKEN=YourNgrokAuthToken
# Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
# Stun
STUN=stun:stun.l.google.com:19302 # Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
# Turn STUN=stun:stun.l.google.com:19302
# Recommended: https://github.com/coturn/coturn
# Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ # Turn
# Recommended: https://github.com/coturn/coturn
TURN_ENABLED=false # or true # Check: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
TURN_URLS=turn:YourTurnServer
TURN_USERNAME=YourTurnUsername TURN_ENABLED=false # or true
TURN_PASSWORD=YourTurnPassword TURN_URLS=turn:YourTurnServer
TURN_USERNAME=YourTurnUsername
# API TURN_PASSWORD=YourTurnPassword
# The response will give you a entrypoint / Room URL for your meeting.
# curl -X POST "http://localhost:3000/api/v1/meeting" -H "authorization: mirotalk_default_secret" -H "Content-Type: application/json" # API
# The response will give you a entrypoint / Room URL for your meeting.
API_KEY_SECRET=8jBEI8KVKj2cadd3Fy3ayu6Fwacg8+NjCiMjmINac # pls change # curl -X POST "http://localhost:3000/api/v1/meeting" -H "authorization: mirotalk_default_secret" -H "Content-Type: application/json"
# Survey URL API_KEY_SECRET=8jBEI8KVKj2cadd3Fy3ayu6Fwacg8+NjCiMjmINac # pls change
# Using to redirect the client after close the call (feedbacks, website...)
# Survey URL
SURVEY_ENABLED=false # or true # Using to redirect the client after close the call (feedbacks, website...)
SURVEY_URL=https://www.questionpro.com/t/AUs7VZq00L
SURVEY_ENABLED=false # or true
# Sentry (optional) SURVEY_URL=https://www.questionpro.com/t/AUs7VZq00L
# 1. Goto https://sentry.io/
# 2. Create account # Sentry (optional)
# 3. Goto Settings/Projects/YourProjectName/Client Keys (DSN) # 1. Goto https://sentry.io/
# 2. Create account
SENTRY_ENABLED=false # or true # 3. Goto Settings/Projects/YourProjectName/Client Keys (DSN)
SENTRY_DSN=YourClientKeyDSN
SENTRY_TRACES_SAMPLE_RATE=1.0 SENTRY_ENABLED=false # or true
SENTRY_DSN=YourClientKeyDSN
# Slack Integration (optional) SENTRY_TRACES_SAMPLE_RATE=1.0
# 1. Goto https://api.slack.com/apps/
# 2. Create your app # Slack Integration (optional)
# 3. On Settings - Basic Information - App Credentials chose your Signing Secret # 1. Goto https://api.slack.com/apps/
# 4. Create a Slash Commands and put as Request URL: https://your.domain.name/slack # 2. Create your app
# 3. On Settings - Basic Information - App Credentials chose your Signing Secret
SLACK_ENABLED=false # or true # 4. Create a Slash Commands and put as Request URL: https://your.domain.name/slack
SLACK_SIGNING_SECRET=YourSlackSigningSecret
SLACK_ENABLED=false # or true
# Auto deploy on Railway SLACK_SIGNING_SECRET=YourSlackSigningSecret
# https://railway.app/new/template/mirotalk?referralCode=mirotalk
# Auto deploy on Railway
# https://railway.app/new/template/mirotalk?referralCode=mirotalk