-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.47 KB
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# =============================================================================
# CardioKB -- Environment Variables
# =============================================================================
# Copy this file to .env and fill in the values:
# cp .env.example .env
# =============================================================================
# -- Memgraph (graph database) ------------------------------------------------
# Docker Compose sets MEMGRAPH_URI automatically (bolt://memgraph:7687).
# Only set this for local development or non-Docker setups.
# MEMGRAPH_URI=bolt://localhost:7687
# MEMGRAPH_USERNAME= # Leave blank for default
MEMGRAPH_PASSWORD=changeme # REQUIRED - set a password
# -- Web UI --------------------------------------------------------------------
ADMIN_PASSWORD=changeme # Required for System Check and admin features
# -- AI features (Ask AI / natural language query) -----------------------------
ANTHROPIC_API_KEY=sk-ant-... # Required for Query tab "Ask AI" feature
# Azure AI Foundry (takes priority over ANTHROPIC_API_KEY when both are set)
# ANTHROPIC_FOUNDRY_API_KEY=
# ANTHROPIC_FOUNDRY_BASE_URL=
# ANTHROPIC_FOUNDRY_MODEL=claude-sonnet-4-6
# -- Pipeline only (not needed for deployment) ---------------------------------
# These are only used when running the data pipeline (python src/main.py).
# Not needed for deploying the pre-built graph.
# DRUGBANK_USERNAME=
# DRUGBANK_PASSWORD=