19 lines
567 B
Plaintext
19 lines
567 B
Plaintext
# Copy to .env and fill in. Used by docker-compose; k8s pulls from the
|
|
# nvi-config ConfigMap (ctrl/k8s/base/configmap.yaml).
|
|
|
|
# Warehouse
|
|
DATABASE_URL=postgresql://nvi:nvi@postgres:5432/nvi
|
|
|
|
# Active dataset (selects api/datasets/<name>/ + Postgres schema + sqlite file).
|
|
NVI_DATASET=financial
|
|
|
|
# LLM
|
|
ANTHROPIC_API_KEY=
|
|
ANTHROPIC_MODEL=claude-sonnet-4-6
|
|
|
|
# Langfuse — set LANGFUSE_HOST to your lng WireGuard endpoint; create an
|
|
# "nvi" project in the lng UI and paste its keys here.
|
|
LANGFUSE_HOST=http://lng.local.ar:3000
|
|
LANGFUSE_PUBLIC_KEY=
|
|
LANGFUSE_SECRET_KEY=
|