This repository was archived by the owner on Jul 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.development.example
More file actions
40 lines (36 loc) · 1.5 KB
/
Copy path.env.development.example
File metadata and controls
40 lines (36 loc) · 1.5 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
33
34
35
36
37
38
39
40
# Phenotype Monorepo — Development Environment Variables
# Copy to individual service directories as .env.development or .env.local
# Each service reads from its own .env.* file
# ============================================================
# AgilePlus Dashboard (web)
# Location: AgilePlus/crates/agileplus-dashboard/web/.env.development
# ============================================================
VITE_API_URL=http://localhost:3000
VITE_API_TIMEOUT=30000
VITE_DEV_MODE=true
VITE_LOG_LEVEL=debug
VITE_ENABLE_MOCK_DATA=false
VITE_ENABLE_REACT_DEVTOOLS=true
VITE_SENTRY_DSN=
VITE_SENTRY_ENVIRONMENT=development
# ============================================================
# heliosApp (Module Federation Remote)
# Location: heliosApp/.env.development
# ============================================================
FEDERATION_MODE=standalone
VITE_DEV_MODE=true
VITE_LOG_LEVEL=debug
# ============================================================
# AgilePlus Docs (VitePress)
# Location: AgilePlus/docs/.env.development
# ============================================================
# VitePress does not require environment variables
# ============================================================
# Backend Services (managed by process-compose)
# No environment variables needed in frontend services
# ============================================================
# agileplus-api: http://localhost:3000
# plane-api: http://localhost:8000
# NATS: nats://localhost:4222
# Neo4j: bolt://localhost:7687
# Dragonfly: redis://localhost:6379