2a2f32401a
- 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>
17 lines
549 B
Bash
17 lines
549 B
Bash
# htyproc — 对齐 task_server/scripts/huiwings/run_proc.sh;HTTP 基址无 /api/v1 后缀
|
||
# 任务库名对齐 Java -DDBNAME=htytask_huiwings;htyproc 进程不连库,仅与迁移/运维一致
|
||
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
|