20 lines
451 B
Bash
20 lines
451 B
Bash
# Server
|
|
PORT=3000
|
|
HOST=127.0.0.1
|
|
|
|
# Browser
|
|
HEADLESS=true
|
|
# BROWSER_BIN=/path/to/chromium # Optional: custom Chromium binary path
|
|
|
|
# Allow remote access (DANGEROUS - only set if you understand the risk)
|
|
# ALLOW_REMOTE=yes-i-understand-the-risk
|
|
|
|
# Logging
|
|
# NODE_ENV=production
|
|
# LOG_LEVEL=info
|
|
|
|
# Notification automation (Xiaohongshu)
|
|
# XHS_NOTIFICATION_POLL_ENABLED=true
|
|
# XHS_NOTIFICATION_POLL_INTERVAL_SEC=60
|
|
# XHS_NOTIFICATION_POLL_MAX_COUNT=20
|