30 lines
970 B
Bash
30 lines
970 B
Bash
# ============================================================================
|
|
# Common runtime settings (both apps)
|
|
# ============================================================================
|
|
|
|
HOST=127.0.0.1
|
|
HEADLESS=true
|
|
# BROWSER_BIN=/path/to/chromium
|
|
|
|
# Required only when exposing HOST=0.0.0.0
|
|
# ALLOW_REMOTE=yes-i-understand-the-risk
|
|
|
|
# Optional logging
|
|
# NODE_ENV=production
|
|
# LOG_LEVEL=info
|
|
|
|
# ============================================================================
|
|
# mcp-xhs (apps/xhs-mcp)
|
|
# ============================================================================
|
|
# PORT=9527
|
|
# COOKIE_DIR=~/.social-mcp-xhs
|
|
# XHS_NOTIFICATION_POLL_ENABLED=true
|
|
# XHS_NOTIFICATION_POLL_INTERVAL_SEC=60
|
|
# XHS_NOTIFICATION_POLL_MAX_COUNT=20
|
|
|
|
# ============================================================================
|
|
# mcp-xhh (apps/xhh-mcp)
|
|
# ============================================================================
|
|
# PORT=9528
|
|
# COOKIE_DIR=~/.social-mcp-xhh
|