Files
huike-back/envs/huiwings/htyproc.env
T
weli 2a2f32401a chore: misc fixes — NGX_URL, ai_score default, dbtask indexes, CLAUDE.md
- Fix NGX_URL in huiwings htyproc.env (remove /api/ngx suffix)
- Add #[serde(default)] to AiScorePayload::compare_url
- Add dbtask indexes (status_created, updated_at) for task processing perf
- Add CLAUDE.md with server mappings and deployment rules
- Ignore test-results/

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 00:36:45 +08:00

17 lines
549 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.
# htyproc — 对齐 task_server/scripts/huiwings/run_proc.shHTTP 基址无 /api/v1 后缀
# 任务库名对齐 Java -DDBNAME=htytask_huiwingshtyproc 进程不连库,仅与迁移/运维一致
TS_DATABASE_URL=postgres://postgres:postgres@localhost:5432/htytask_huiwings
TS_URL=http://127.0.0.1:3003
HTYUC_URL=http://127.0.0.1:3000
HTYWS_URL=http://127.0.0.1:3001
AI_URL=https://ai.alchemy-studio.cn
TS_DOMAIN=ts.huiwings.cn
NGX_URL=https://admin.huiwings.cn
REDIS_HOST=localhost
REDIS_PORT=6379
LOGGER_LEVEL=DEBUG
PROC_PORT=3004
WAIT_SEC=5