Replace CreateRecTask polling with recording-file flash API, add TENCENT_APP_ID, remove server-side pydub slicing, and log ASR recognition text at INFO in development. Co-authored-by: Cursor <cursoragent@cursor.com>
28 lines
969 B
Plaintext
28 lines
969 B
Plaintext
# Life Echo API — production secrets(运行时 .env)
|
||
# 非密钥项见 config/production.toml
|
||
|
||
APP_ENV=production
|
||
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/life_echo
|
||
|
||
# Redis:业务 DB/0;Celery 自动 DB/1;compose redis 使用 REDIS_PASSWORD 作为 requirepass
|
||
REDIS_URL=redis://redis:6379/0
|
||
REDIS_PASSWORD=1b1b93a8145c6f74d3c12d19073c47843ee17adf2e988cab
|
||
FLOWER_USER=admin
|
||
FLOWER_PASSWORD=2c590b68e860f73589c6282b0e252c4e477eaae22e1cffd0
|
||
|
||
SECRET_KEY=cf47555c7ecbe5ddb7fd2113c59e08a8bcb110810c42f7c644e06a5acc898608
|
||
|
||
DEEPSEEK_API_KEY=sk-09f17fb61c5a4299a3afc2a01de7af75
|
||
ZHIPU_API_KEY=524eda18eb3848e881eefe4c7ef17ec2.xBmGUabYDEa44m3M
|
||
|
||
TENCENT_SECRET_ID=AKIDnX5gHgssuvoXBQYTCnJ5g6MPQXWTL8mD
|
||
TENCENT_SECRET_KEY=MgsreEcqzzoQuFPVVnz11zpUEtPlwwjL
|
||
TENCENT_APP_ID=1319381411
|
||
|
||
WECHAT_PAY_API_V3_KEY=xjvGSJLGJAJfjgskfjslafjsajsdjals
|
||
|
||
LIBLIB_ACCESS_KEY=zrDp6quCOKlLwcewOEfrog
|
||
LIBLIB_SECRET_KEY=iTVHo5Nf3KA-xpC1Mja80bC93u6chJem
|
||
|
||
INTERNAL_EVAL_API_KEY=
|