forked from panyanyany/Twocast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker
More file actions
34 lines (24 loc) · 625 Bytes
/
Copy path.env.docker
File metadata and controls
34 lines (24 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# database
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/twocast"
# voice
FISH_AUDIO_ENABLED=1
FISH_AUDIO_TOKEN=
MINIMAX_ENABLED=1
MINIMAX_GROUP_ID=
MINIMAX_TOKEN=
GEMINI_ENABLED=1
GEMINI_TOKEN=
# dev
MOCK_ENABLED=
# dep services
SERVICE_TEXTRACT_API=http://textract:8080/textract
SERVICE_FFPROBE_API=http://ffmpeg-api:8081/probe
# llm
LLM_CHAT_URL=https://openrouter.ai/api/v1/chat/completions
LLM_CHAT_MODEL=openai/gpt-4o-mini
LLM_API_KEY=
LLM_SEARCH_URL=https://api.x.ai/v1/chat/completions
LLM_SEARCH_MODEL=grok-3-mini
LLM_SEARCH_API_KEY=
REDIS_HOST=redis