Skip to content

Commit

Permalink
feat: add .env template
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Oct 2, 2024
1 parent 9e0fba5 commit b7e152b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Agora RTC App ID and App Certificate
AGORA_APP_ID=
AGORA_APP_CERT=

# OpenAI API key and model
OPENAI_API_KEY=
OPENAI_MODEL=

# port of api server
SERVER_PORT=

# override this if you want to develop against a local dev server
# REALTIME_API_BASE_URI=ws://localhost:8081

0 comments on commit b7e152b

Please sign in to comment.