20 lines
536 B
Bash
20 lines
536 B
Bash
|
|
# htyts — 对齐 task_server/scripts/moicen/run_ts.sh(-DDBNAME=htytask_moicen)
|
|||
|
|
TS_DATABASE_URL=postgres://postgres:postgres@localhost:5432/htytask_moicen
|
|||
|
|
DATABASE_URL=postgres://postgres:postgres@localhost:5432/htytask_moicen
|
|||
|
|
|
|||
|
|
JWT_KEY=0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE
|
|||
|
|
POOL_SIZE=20
|
|||
|
|
REDIS_HOST=localhost
|
|||
|
|
REDIS_PORT=6379
|
|||
|
|
|
|||
|
|
TS_DOMAIN=ts.moicen.com
|
|||
|
|
HTYUC_URL=http://127.0.0.1:3000
|
|||
|
|
HTYKC_URL=http://127.0.0.1:3002
|
|||
|
|
TS_PORT=3003
|
|||
|
|
|
|||
|
|
TOKEN_VERIFY=true
|
|||
|
|
AUTH_CHECKING=true
|
|||
|
|
EXP_DAYS=1
|
|||
|
|
ZOMBIE_MIN=30
|
|||
|
|
LOGGER_LEVEL=DEBUG
|