20 lines
489 B
Plaintext
20 lines
489 B
Plaintext
# 光湖短视频工作台 环境变量
|
|
# 复制此文件为 .env 并填入实际值
|
|
|
|
# 服务端口
|
|
PORT=3910
|
|
|
|
# 即梦 Seedance API (火山方舟)
|
|
ZY_JIMENG_API_KEY=your_jimeng_api_key_here
|
|
JIMENG_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
|
|
JIMENG_MODEL=seedance-1-5-pro
|
|
|
|
# COS 对象存储 (P1启用)
|
|
# COS_SECRET_ID=
|
|
# COS_SECRET_KEY=
|
|
# COS_BUCKET=zy-team-hub-sg-1317346199
|
|
# COS_REGION=ap-singapore
|
|
|
|
# CORS 允许的源
|
|
CORS_ORIGINS=https://guanghuclip.cn,http://localhost:5173
|