2026-05-22 13:44:50 +08:00
|
|
|
|
# Life Echo API — production secrets(运行时 .env)
|
|
|
|
|
|
# 非密钥项见 config/production.toml
|
2026-01-23 10:56:59 +08:00
|
|
|
|
|
2026-05-22 13:44:50 +08:00
|
|
|
|
APP_ENV=production
|
2026-03-23 13:21:07 +08:00
|
|
|
|
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/life_echo
|
2026-01-23 10:56:59 +08:00
|
|
|
|
|
2026-05-22 13:44:50 +08:00
|
|
|
|
# Redis:业务 DB/0;Celery 自动 DB/1;compose redis 使用 REDIS_PASSWORD 作为 requirepass
|
2026-01-23 10:56:59 +08:00
|
|
|
|
REDIS_URL=redis://redis:6379/0
|
2026-05-22 17:43:27 +08:00
|
|
|
|
REDIS_PASSWORD=1b1b93a8145c6f74d3c12d19073c47843ee17adf2e988cab
|
2026-05-22 13:44:50 +08:00
|
|
|
|
FLOWER_USER=admin
|
2026-05-22 17:43:27 +08:00
|
|
|
|
FLOWER_PASSWORD=2c590b68e860f73589c6282b0e252c4e477eaae22e1cffd0
|
feat(eval): memoir A/B chapter judging and eval-web parity with dialogue
- Judge baseline excerpt and library chapter separately; build_memoir_compare_summary for gate, nine-dim and leaf deltas.
- Memoir SSE chapter payload: baseline_judge, compare_summary, baseline_judge_error.
- MemoirJudgeOutput: loose score coercion and post-validate clamp; memoir judge prompt caps from settings.
- app-eval-web: two-column MemoirScoreCard layout, MemoirCompareSummary, chapter blocks and CSS.
- Add memoir_compare_summary, log_events, celery_log_context, memoir_pipeline_progress; tests and migration 0014.
- Misc: memory/evidence and enrichment paths, task/orchestrator updates, internal-eval docs, env examples.
2026-04-10 10:23:43 +08:00
|
|
|
|
|
2026-01-23 10:56:59 +08:00
|
|
|
|
SECRET_KEY=cf47555c7ecbe5ddb7fd2113c59e08a8bcb110810c42f7c644e06a5acc898608
|
2026-02-03 11:29:38 +08:00
|
|
|
|
|
2026-05-22 13:44:50 +08:00
|
|
|
|
DEEPSEEK_API_KEY=sk-09f17fb61c5a4299a3afc2a01de7af75
|
|
|
|
|
|
ZHIPU_API_KEY=524eda18eb3848e881eefe4c7ef17ec2.xBmGUabYDEa44m3M
|
2026-02-10 14:23:29 +08:00
|
|
|
|
|
2026-05-25 11:28:22 +08:00
|
|
|
|
TENCENT_SECRET_ID=AKIDnX5gHgssuvoXBQYTCnJ5g6MPQXWTL8mD
|
|
|
|
|
|
TENCENT_SECRET_KEY=MgsreEcqzzoQuFPVVnz11zpUEtPlwwjL
|
|
|
|
|
|
TENCENT_APP_ID=1319381411
|
2026-02-11 16:06:15 +08:00
|
|
|
|
|
2026-02-10 14:23:29 +08:00
|
|
|
|
WECHAT_PAY_API_V3_KEY=xjvGSJLGJAJfjgskfjslafjsajsdjals
|
2026-03-11 16:29:31 +08:00
|
|
|
|
|
|
|
|
|
|
LIBLIB_ACCESS_KEY=zrDp6quCOKlLwcewOEfrog
|
|
|
|
|
|
LIBLIB_SECRET_KEY=iTVHo5Nf3KA-xpC1Mja80bC93u6chJem
|
|
|
|
|
|
|
2026-05-22 13:44:50 +08:00
|
|
|
|
INTERNAL_EVAL_API_KEY=
|