Files
tw/.env
2026-02-27 16:03:04 +08:00

35 lines
991 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 火山引擎 Ark API
OPENAI_API_KEY=09f8ef95-382a-4f3a-b90b-8775e0ceb5da
OPENAI_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
OPENAI_MODEL=doubao-seed-2-0-lite-260215
VISION_MODEL=doubao-seed-2-0-mini-260215
# 作图API配置
IMAGE_API_URL=https://your-image-api.com/process
IMAGE_API_KEY=your_image_api_key
# 邮件SMTP配置
SMTP_HOST=smtp.qq.com
SMTP_PORT=587
SMTP_USER=357805318@qq.com
SMTP_PASSWORD=bnnppvaweytkcadc
SENDER_NAME=修图客服
EMAIL_POLL_INTERVAL=30
# 企业微信群机器人 Webhook日报推送
WECHAT_WEBHOOK=https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=cc88bdef-a13f-4d7e-bdb6-ee51b68b8205
# 每日日报接收邮箱(留空则不发邮件)
SUMMARY_EMAIL=
# 日报发送时间(默认 23:50
SUMMARY_HOUR=23
SUMMARY_MINUTE=50
# 设计师在线查询(转人工时按需 GET如 http://huichang.online:8001/online
DESIGNER_ROSTER_API=
# 可选:代理设置
# HTTP_PROXY=http://127.0.0.1:7890
# HTTPS_PROXY=http://127.0.0.1:7890