-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (32 loc) · 1.46 KB
/
Copy path.env.example
File metadata and controls
38 lines (32 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# park-intel environment variables
# Copy to .env and fill in values for optional sources:
# cp .env.example .env
#
# All variables are commented out by default.
# Core sources (RSS, HackerNews, Reddit) work without any configuration.
# === Optional: LLM Tagging ===
# Powers AI relevance scoring and narrative tag generation.
# Without it, articles still collect but won't have relevance_score or narrative_tags.
# Get your key at https://console.anthropic.com/
# ANTHROPIC_API_KEY=sk-ant-...
# === Optional: Xueqiu (Chinese market KOL posts) ===
# Required for collecting from xueqiu.com (Chinese market commentary).
# Get cookie from browser dev tools after logging into xueqiu.com:
# 1. Log in to xueqiu.com
# 2. Open DevTools > Application > Cookies
# 3. Copy the full cookie string
# XUEQIU_COOKIE=
# === Optional: GitHub ===
# Increases rate limit for GitHub release and trending collectors.
# Without it, collectors still work but may hit rate limits.
# Create a token at https://github.com/settings/tokens
# GITHUB_TOKEN=ghp_...
# === Optional: Quant Bridge ===
# URL of the quant-data-pipeline service for price impact data.
# Only needed if you run the companion quant-data-pipeline project.
# QUANT_API_BASE_URL=http://localhost:8000
# === Server Configuration ===
# Comma-separated list of allowed CORS origins.
# CORS_ORIGINS=http://localhost:5174,http://localhost:8001,http://127.0.0.1:8001
# Set to "1" to enable auto-reload during development.
# PARK_INTEL_DEV=0