lilith-platform.live/codebase/@features/landing/frontend-public/.env.development
Claude Code 25d2c7ad65 init(codebase-default): 🎉 Implement foundational directory structure with core modules and utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:50:24 -07:00

20 lines
687 B
Text
Executable file

# Landing Frontend Development Environment
# These URLs align with the service registry configuration in:
# - infrastructure/ports.yaml
# - features/landing/services.yaml
# - features/analytics/services.yaml
# Landing API (port 3010 from landing/services.yaml)
VITE_API_URL=http://localhost:3010
# Analytics API (port 3012 from analytics/services.yaml)
VITE_ANALYTICS_API_URL=http://localhost:3012
# Analytics enabled in development (set to 'true' to enable)
VITE_ANALYTICS_ENABLED=true
# Merchant API (port 3020 from merchant/services.yaml)
VITE_MERCHANT_API_URL=http://localhost:3020
# i18n API mode (set to 'true' to use API instead of bundled resources)
VITE_I18N_USE_API=false