CI/CD
This commit is contained in:
@@ -14,9 +14,9 @@ This document describes all environment variables needed for the frontend applic
|
||||
- `NEXT_PUBLIC_DOCS_URL` - Documentation URL (optional)
|
||||
|
||||
### API Configuration
|
||||
- `NEXT_PUBLIC_API_URL` or `ENVOY_GATEWAY_URL` - Envoy Gateway URL for backend API calls (e.g., http://localhost:9035)
|
||||
- `NEXT_PUBLIC_API_URL` or `ENVOY_GATEWAY_URL` - Envoy Gateway URL for backend API calls (e.g., http://85.208.253.135:8000)
|
||||
- This is used by the frontend to communicate with backend services via Envoy Gateway
|
||||
- Defaults to `http://localhost:9035` if not set
|
||||
- Defaults to `http://85.208.253.135:8000` if not set
|
||||
|
||||
## Optional Environment Variables
|
||||
|
||||
@@ -36,8 +36,8 @@ NEXT_PUBLIC_APP_URL=http://localhost:9031
|
||||
NEXT_PUBLIC_DOCS_URL=https://demos.themeselection.com
|
||||
|
||||
# API Configuration (Envoy Gateway)
|
||||
NEXT_PUBLIC_API_URL=http://localhost:9035
|
||||
# Alternative: ENVOY_GATEWAY_URL=http://localhost:9035
|
||||
NEXT_PUBLIC_API_URL=http://85.208.253.135:8000
|
||||
# Alternative: ENVOY_GATEWAY_URL=http://85.208.253.135:8000
|
||||
|
||||
# Mapbox (Optional - for map features)
|
||||
MAPBOX_ACCESS_TOKEN=your-mapbox-access-token
|
||||
|
||||
Reference in New Issue
Block a user