21 lines
506 B
Bash
21 lines
506 B
Bash
# Copy this file to .env on the Debian server.
|
|
# Do not put real credentials in committed files.
|
|
|
|
# DeepSeek API settings.
|
|
DEEPSEEK_API_KEY=
|
|
DEEPSEEK_BASE_URL=https://api.deepseek.com
|
|
DEEPSEEK_MODEL=deepseek-v4-pro
|
|
|
|
# SMTP delivery settings.
|
|
NEWSPAPER_SMTP_HOST=
|
|
NEWSPAPER_SMTP_PORT=
|
|
NEWSPAPER_SMTP_USERNAME=
|
|
NEWSPAPER_SMTP_PASSWORD=
|
|
NEWSPAPER_FROM_EMAIL=
|
|
NEWSPAPER_FROM_NAME=Hongyu Daily
|
|
NEWSPAPER_SMTP_SECURITY=ssl
|
|
|
|
# Scheduler settings for docker compose.
|
|
NEWSPAPER_SCHEDULE_TIME=08:00
|
|
TZ=Asia/Shanghai
|