# AI Data Analyst - Environment Variables # ======================================== # Secret values referenced by ${VAR} in config/instance.yaml. # Copy to .env: cp config/.env.template .env # .env is gitignored - NEVER commit it. # Required for webapp WEBAPP_SECRET_KEY= # python -c "import secrets; print(secrets.token_hex(32))" GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= # Keboola adapter (skip if using CSV) # KEBOOLA_STORAGE_TOKEN= # Optional # SENDGRID_API_KEY= # TELEGRAM_BOT_TOKEN= # DESKTOP_JWT_SECRET= # JIRA_API_TOKEN= # JIRA_WEBHOOK_SECRET= # JIRA_SLA_API_TOKEN= # ANTHROPIC_API_KEY= # LLM API key for proxy routing (referenced as ${LLM_API_KEY} in instance.yaml) # Provider and model configured in instance.yaml ai: section # LLM_API_KEY=