-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 1.91 KB
/
Copy path.env.example
File metadata and controls
32 lines (25 loc) · 1.91 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
32
# moe-codex configuration
# Copy to .env and fill in values before `docker compose up`.
# ─── Identity ───────────────────────────────────────────────────────────────
CODEX_NODE_ID=moe-codex-local
CODEX_ADMIN_KEY=changeme-please-set-a-strong-key
# ─── Upstream moe-sovereign (required for approval workflow) ────────────────
SOVEREIGN_URL=http://moe-sovereign:8002
SOVEREIGN_API_KEY=
# ─── Shared infrastructure (from moe-sovereign stack) ───────────────────────
REDIS_URL=redis://:changeme@terra_cache:6379/3
POSTGRES_CODEX_URL=postgresql+asyncpg://codex:changeme@terra_checkpoints:5432/codex
# ─── Enterprise stack endpoints ─────────────────────────────────────────────
MARQUEZ_URL=http://moe-marquez:5000
LAKEFS_ENDPOINT=http://moe-lakefs:8000
LAKEFS_ACCESS_KEY=
LAKEFS_SECRET_KEY=
LAKEFS_KNOWLEDGE_REPO=knowledge
LAKEFS_KNOWLEDGE_STORAGE_NAMESPACE=s3://knowledge/
NIFI_INGEST_URL=http://moe-nifi:8081/listen-bundle
# ─── Drift detection ────────────────────────────────────────────────────────
DATA_HEALTH_DRIFT_THRESHOLD=0.3
# ─── JupyterLite (admin UI) ─────────────────────────────────────────────────
JUPYTERLITE_URL=https://jupyterlite.github.io/demo/lab/index.html
# ─── Logging ────────────────────────────────────────────────────────────────
LOG_LEVEL=INFO