Files
LWLT-AI/.env.production.example
2026-07-13 19:57:46 +08:00

24 lines
765 B
Plaintext

NODE_ENV=production
HOST=0.0.0.0
PORT=8786
APP_ORIGIN=https://business.example.internal
APP_DOMAIN=business.example.internal
ORG_SLUG=ltjt
ORG_NAME=联新旅行社平台
POSTGRES_DB=ltjt_platform
POSTGRES_USER=ltjt_app
POSTGRES_PASSWORD=replace-with-deployment-secret
DATABASE_URL=postgresql://ltjt_app:replace-with-deployment-secret@postgres:5432/ltjt_platform
SESSION_COOKIE_NAME=ltjt_session
SESSION_IDLE_TTL_MINUTES=120
SESSION_ABSOLUTE_TTL_HOURS=12
FIELD_ENCRYPTION_KEY=replace-with-32-byte-base64-key
DEERFLOW_BASE_URL=https://superagent.nianxx.cn
DEERFLOW_OPEN_API_KEY=replace-with-deployment-secret
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