20 lines
687 B
Text
Executable file
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
|