16 lines
383 B
Bash
16 lines
383 B
Bash
|
|
# 任务库名对齐本地 htyts;htyproc 进程不连库
|
||
|
|
TS_DATABASE_URL=postgres://htyws@localhost/htytask_local
|
||
|
|
|
||
|
|
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=http://127.0.0.1:5000
|
||
|
|
TS_DOMAIN=ts.localhost
|
||
|
|
NGX_URL=http://127.0.0.1:3000/api/ngx
|
||
|
|
|
||
|
|
REDIS_HOST=localhost
|
||
|
|
REDIS_PORT=6379
|
||
|
|
LOGGER_LEVEL=debug
|
||
|
|
PROC_PORT=3004
|
||
|
|
WAIT_SEC=5
|