mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 15:27:08 +00:00
Update .env
update env file
This commit is contained in:
parent
f221413347
commit
465a67aa3d
|
@ -46,6 +46,12 @@ TURN_PASSWORD=YourTurnPassword
|
||||||
|
|
||||||
API_KEY_SECRET=8jBEI8KVKj2cadd3Fy3ayu6Fwacg8+NjCiMjmINac # pls change
|
API_KEY_SECRET=8jBEI8KVKj2cadd3Fy3ayu6Fwacg8+NjCiMjmINac # pls change
|
||||||
|
|
||||||
|
# IP lookup
|
||||||
|
# Using GeoJS to get more info about peer by IP
|
||||||
|
# Doc: https://www.geojs.io/docs/v1/endpoints/geo/
|
||||||
|
|
||||||
|
IP_LOOKUP_ENABLED=false # true or false
|
||||||
|
|
||||||
# Survey URL
|
# Survey URL
|
||||||
# Using to redirect the client after close the call (feedbacks, website...)
|
# Using to redirect the client after close the call (feedbacks, website...)
|
||||||
|
|
||||||
|
@ -72,3 +78,14 @@ SLACK_SIGNING_SECRET=YourSlackSigningSecret
|
||||||
|
|
||||||
# Auto deploy on Railway
|
# Auto deploy on Railway
|
||||||
# https://railway.app/new/template/mirotalk?referralCode=mirotalk
|
# https://railway.app/new/template/mirotalk?referralCode=mirotalk
|
||||||
|
|
||||||
|
# ChatGPT/OpenAI
|
||||||
|
# 1. Goto https://platform.openai.com/
|
||||||
|
# 2. Create your account
|
||||||
|
# 3. Generate your APIKey https://platform.openai.com/account/api-keys
|
||||||
|
|
||||||
|
CHATGPT_ENABLED=false
|
||||||
|
CHATGTP_APIKEY=YourOpenAiApiKey
|
||||||
|
CHATGPT_MODEL=text-davinci-003
|
||||||
|
CHATGPT_MAX_TOKENS=1000
|
||||||
|
CHATGPT_TEMPERATURE=0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user