Files
gaokao-volunteer-system/deploy/systemd/gaokao-jobs.env.example
Hermes Agent 69b74241ae
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
docs(deploy): add production config injection checklist and env templates
2026-06-15 19:48:03 +08:00

21 lines
718 B
Plaintext

# 复制为 deploy/systemd/gaokao-jobs.env 后再按实际环境覆盖。
# 目标:给 dispatcher / watchdog / retention cleanup 三个定时作业提供统一环境。
GAOKAO_ENV=prod
GAOKAO_ORDERS_DB_PATH=/home/long/project/gaokao-volunteer-system/data/orders.db
GAOKAO_PYTHON_BIN=/home/long/project/gaokao-volunteer-system/.venv/bin/python
GAOKAO_DELIVERY_CHANNEL=station
GAOKAO_DELIVERY_LIMIT=100
GAOKAO_RETENTION_DAYS=180
GAOKAO_SMTP_HOST=
GAOKAO_SMTP_PORT=25
GAOKAO_SMTP_SENDER=
GAOKAO_SMTP_USER=
GAOKAO_SMTP_PASS=
GAOKAO_SMTP_USE_TLS=false
GAOKAO_SMTP_USE_SSL=false
GAOKAO_ALERT_RECIPIENTS=
GAOKAO_ALERT_WEBHOOK_URLS=
GAOKAO_OPS_ALERT_LOG=/var/log/gaokao-volunteer-system/ops-alerts.jsonl
PYTHONUNBUFFERED=1