-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
43 lines (37 loc) · 1.2 KB
/
Copy path.env.example
File metadata and controls
43 lines (37 loc) · 1.2 KB
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
35
36
37
38
39
40
41
42
43
# MCP Video Maker 环境变量配置示例
# 复制此文件为 .env 并填入实际的 API 密钥
# 服务器配置
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
UI_PORT=8080
DEBUG=false
# 存储配置
STORAGE_PATH=./storage
# 视频生成模型 API 密钥
KELING_API_KEY=your_keling_api_key
KELING_ENDPOINT=https://api.keling.ai
PIKA_API_KEY=your_pika_api_key
PIKA_ENDPOINT=https://api.pika.art
RUNWAY_API_KEY=your_runway_api_key
RUNWAY_ENDPOINT=https://api.runwayml.com
WAN_API_KEY=your_wan_api_key
WAN_ENDPOINT=https://api.wan.ai
# 语音合成 API 密钥
ELEVENLABS_API_KEY=your_elevenlabs_api_key
ELEVENLABS_ENDPOINT=https://api.elevenlabs.io
PLAYHT_API_KEY=your_playht_api_key
PLAYHT_ENDPOINT=https://api.play.ht
TENCENT_API_KEY=your_tencent_api_key
TENCENT_ENDPOINT=https://tts.cloud.tencent.com
# 音乐生成 API 密钥
SUNO_API_KEY=your_suno_api_key
SUNO_ENDPOINT=https://api.suno.ai
AIVA_API_KEY=your_aiva_api_key
AIVA_ENDPOINT=https://api.aiva.ai
SOUNDRAW_API_KEY=your_soundraw_api_key
SOUNDRAW_ENDPOINT=https://api.soundraw.io
# 视频编辑工具 API 密钥
DESCRIPT_API_KEY=your_descript_api_key
DESCRIPT_ENDPOINT=https://api.descript.com
KAPWING_API_KEY=your_kapwing_api_key
KAPWING_ENDPOINT=https://api.kapwing.com