amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI
3464008 verified
Raw
History Blame Contribute Delete
1.78 kB
# ─── Database ────────────────────────────────────────────────────────────────
DATABASE_URL=postgresql://user:password@localhost:5432/consumer_prices
# ─── Redis ────────────────────────────────────────────────────────────────────
REDIS_URL=redis://localhost:6379
# ─── Acquisition Providers ────────────────────────────────────────────────────
# Firecrawl β€” https://firecrawl.dev
FIRECRAWL_API_KEY=
# Exa β€” https://exa.ai (supports comma/newline-separated key rotation)
EXA_API_KEYS=
EXA_API_KEY=
# Parallel P0
P0_API_KEY=
P0_BASE_URL=https://api.parallelai.dev/v1
# ─── Object Storage (optional, for raw artifact retention) ───────────────────
ARTIFACTS_BUCKET_URL=
ARTIFACTS_BUCKET_KEY=
ARTIFACTS_BUCKET_SECRET=
# ─── API Server ───────────────────────────────────────────────────────────────
PORT=3400
HOST=0.0.0.0
LOG_LEVEL=info
# ─── Security ─────────────────────────────────────────────────────────────────
# Shared secret between WorldMonitor seed job and this service
WORLDMONITOR_SNAPSHOT_API_KEY=
# Allow CORS from specific origin (default: *)
CORS_ORIGIN=*