-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 825 Bytes
/
.env.example
File metadata and controls
26 lines (21 loc) · 825 Bytes
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
# Variables de entorno del proyecto
# Copiar como .env y llenar con tus valores
# GitHub API Token (obligatorio para github_etl.py)
# Generar en: https://github.com/settings/tokens
GITHUB_TOKEN=tu_token_aqui
# StackOverflow API Key (opcional, aumenta el rate limit)
# Registrar en: https://stackapps.com/apps/oauth/register
STACKOVERFLOW_KEY=tu_key_aqui
# Reddit API OAuth (necesario para CI/datacenter IPs)
# Registrar en: https://old.reddit.com/prefs/apps (tipo: script)
REDDIT_CLIENT_ID=tu_client_id_aqui
REDDIT_CLIENT_SECRET=tu_client_secret_aqui
# Estrategia de escritura de datos (dual write)
# 1 = habilitado, 0 = deshabilitado
DATA_WRITE_LEGACY_CSV=1
DATA_WRITE_LATEST_CSV=0
DATA_WRITE_HISTORY_CSV=0
EXPORT_HISTORY_BRIDGE_JSON=1
# Trend score engine selector
# allowed: legacy | duckdb
TREND_SCORE_ENGINE=legacy