20 lines
543 B
YAML
20 lines
543 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: nvi-config
|
|
namespace: nvi
|
|
data:
|
|
# Warehouse (in-cluster postgres)
|
|
DATABASE_URL: "postgresql://nvi:nvi@postgres:5432/nvi"
|
|
|
|
# Langfuse (lng cluster, reached over WireGuard from the host).
|
|
# Override LANGFUSE_HOST to your lng WireGuard endpoint; keys come from
|
|
# the "nvi" project created inside the lng Langfuse UI.
|
|
LANGFUSE_HOST: "http://lng.local.ar:3000"
|
|
LANGFUSE_PUBLIC_KEY: ""
|
|
LANGFUSE_SECRET_KEY: ""
|
|
|
|
# LLM
|
|
ANTHROPIC_API_KEY: ""
|
|
ANTHROPIC_MODEL: "claude-sonnet-4-6"
|