Skip to content

Commit b7e152b

Browse files
committed
feat: add .env template
1 parent 9e0fba5 commit b7e152b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Agora RTC App ID and App Certificate
2+
AGORA_APP_ID=
3+
AGORA_APP_CERT=
4+
5+
# OpenAI API key and model
6+
OPENAI_API_KEY=
7+
OPENAI_MODEL=
8+
9+
# port of api server
10+
SERVER_PORT=
11+
12+
# override this if you want to develop against a local dev server
13+
# REALTIME_API_BASE_URI=ws://localhost:8081

0 commit comments

Comments
 (0)