-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
23 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy to .env.local and provide a rotated local secret.
DEEPSEEK_API_KEY=
# Confirm the provider's OpenAI-compatible base URL and model identifier
# during the AI-provider integration phase instead of guessing them here.
DEEPSEEK_BASE_URL=
DEEPSEEK_MODEL=
# Loopback-only dependency ports; override locally if they conflict.
NEXORA_POSTGRES_PORT=15432
NEXORA_NATS_CLIENT_PORT=14222
NEXORA_NATS_MONITOR_PORT=18222
# M3 event-ingestion runtime wiring (image build plus health/readiness proof
# only). The Go process enforces a literal-loopback bind and fails closed
# without ADMISSION_URL plus NATS_URL, so the root Compose definition ships
# neither URL; the M3-T04/T05 joint tests launch the binary directly with both.
# These values are bounded by config.Load and are documented in
# services/event-ingestion/README.md; they never carry credentials.
NEXORA_EVENT_INGESTION_BODY_LIMIT_BYTES=65536
NEXORA_EVENT_INGESTION_MAX_CONCURRENCY=128
NEXORA_EVENT_INGESTION_RATE_LIMIT_PER_MINUTE=60
NEXORA_EVENT_INGESTION_RATE_LIMIT_KEYS=10000