20 lines
640 B
Bash
20 lines
640 B
Bash
# Local control-plane environment. Ignored by Git; replace for production.
|
|
NODE_ENV=development
|
|
HOST=127.0.0.1
|
|
PORT=8786
|
|
APP_ORIGIN=http://127.0.0.1:8786
|
|
ORG_SLUG=ltjt
|
|
ORG_NAME=联新旅行社平台
|
|
DATABASE_URL=postgresql://postgres:123456@192.168.3.211:5433/postgres
|
|
SESSION_COOKIE_NAME=ltjt_session
|
|
SESSION_IDLE_TTL_MINUTES=120
|
|
SESSION_ABSOLUTE_TTL_HOURS=12
|
|
DEERFLOW_BASE_URL=https://superagent.nianxx.cn
|
|
DEERFLOW_OPEN_API_KEY=df_open_7yIA7JUwp_4DWzOwMNb7ZptlAZOuCi_82nSUbAJkyPk
|
|
PARSER_REQUEST_TIMEOUT_MS=120000
|
|
PARSER_TOTAL_TIMEOUT_MS=180000
|
|
PARSE_WORKER_TIMEOUT_MS=240000
|
|
PARSE_LEASE_SECONDS=600
|
|
DATA_RETENTION_DAYS=180
|
|
LOG_LEVEL=info
|