# llmindex.io — environment template (copy to .env; never commit real values) DATABASE_URL=postgresql://llmindex:llmindex@127.0.0.1:5432/llmindex REDIS_URL=redis://127.0.0.1:6379 OPENROUTER_API_KEY= MAX_RUN_COST_USD=50 NGROK_AUTHTOKEN= PUBLIC_BASE_URL=https://www.llmindex.io MAINTAINER_NAME="Simon-Pierre Boucher" MAINTAINER_EMAIL=contact@spboucher.ai # Comma-separated OpenRouter slugs, ≥2 providers, used for pairwise duels JUDGE_MODELS= # Explicit ranked subset (comma-separated OpenRouter slugs); empty = heuristic curation RANKED_MODELS= # Comma-separated API keys granting the 600 req/min tier (optional) API_KEYS= # Set to 1 to create the illustrative demo score run on db:seed SEED_DEMO=0