chore: update .env.template to match actual code
This commit is contained in:
parent
8e9a0c367a
commit
cb557baf36
1 changed files with 13 additions and 16 deletions
|
|
@ -1,25 +1,22 @@
|
||||||
# AI Data Analyst - Environment Variables
|
# Agnes AI Data Analyst - Environment Variables
|
||||||
# ========================================
|
|
||||||
# Secret values referenced by ${VAR} in config/instance.yaml.
|
|
||||||
# Copy to .env: cp config/.env.template .env
|
# Copy to .env: cp config/.env.template .env
|
||||||
# .env is gitignored - NEVER commit it.
|
# .env is gitignored - NEVER commit it.
|
||||||
|
|
||||||
# Required for webapp
|
# Required
|
||||||
WEBAPP_SECRET_KEY= # python -c "import secrets; print(secrets.token_hex(32))"
|
JWT_SECRET_KEY= # python -c "import secrets; print(secrets.token_hex(32))"
|
||||||
GOOGLE_CLIENT_ID=
|
|
||||||
GOOGLE_CLIENT_SECRET=
|
|
||||||
|
|
||||||
# Keboola adapter (skip if using CSV)
|
# Google OAuth (optional — needed for Google login)
|
||||||
|
# GOOGLE_CLIENT_ID=
|
||||||
|
# GOOGLE_CLIENT_SECRET=
|
||||||
|
|
||||||
|
# Keboola adapter (optional — skip if using CSV/sample data)
|
||||||
# KEBOOLA_STORAGE_TOKEN=
|
# KEBOOLA_STORAGE_TOKEN=
|
||||||
|
# KEBOOLA_STACK_URL=https://connection.keboola.com
|
||||||
|
|
||||||
# Optional
|
# Bootstrap admin (optional — used on first docker compose up)
|
||||||
# SENDGRID_API_KEY=
|
# SEED_ADMIN_EMAIL=admin@example.com
|
||||||
|
|
||||||
|
# Optional services
|
||||||
# TELEGRAM_BOT_TOKEN=
|
# TELEGRAM_BOT_TOKEN=
|
||||||
# DESKTOP_JWT_SECRET=
|
|
||||||
# JIRA_API_TOKEN=
|
|
||||||
# JIRA_WEBHOOK_SECRET=
|
# JIRA_WEBHOOK_SECRET=
|
||||||
# JIRA_SLA_API_TOKEN=
|
|
||||||
# ANTHROPIC_API_KEY=
|
# 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=
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue