This commit is contained in:
21
.env.prod
21
.env.prod
@ -8,8 +8,21 @@ LOG_TYPE=file
|
||||
LOG_FILE_PATH=logs
|
||||
|
||||
# 数据库配置
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_HOST=192.168.1.200
|
||||
DB_PORT=19732
|
||||
DB_USER=postgres
|
||||
DB_PASS=123456
|
||||
DB_NAME=mydb
|
||||
DB_PASS=postgres
|
||||
DB_NAME=meme
|
||||
|
||||
# TTS 配置
|
||||
TTS_ENGINE=cosyvoice # 可选值: edge-tts, cosyvoice
|
||||
TTS_LANGUAGE=zh-CN
|
||||
TTS_VOICE=yanglan
|
||||
TTS_RATE=1.0
|
||||
TTS_PITCH=1.0
|
||||
|
||||
# 阿里云百炼服务API密钥
|
||||
DASHSCOPE_API_KEY=sk-88d6437a6c224ccbb761ec7d994e3b34
|
||||
|
||||
# output configuration
|
||||
OUTPUT_PATH=/app/outputs
|
||||
Reference in New Issue
Block a user