2026-03-21 17:47:26 +03:30
|
|
|
# Server Configuration
|
|
|
|
|
PORT=9031
|
|
|
|
|
NODE_ENV=development
|
|
|
|
|
|
|
|
|
|
# Next.js Configuration
|
|
|
|
|
BASEPATH=
|
|
|
|
|
NEXT_PUBLIC_APP_URL=http://localhost:9031
|
|
|
|
|
|
|
|
|
|
# API Configuration (Envoy Gateway)
|
2026-03-21 19:37:13 +03:30
|
|
|
NEXT_PUBLIC_API_URL=http://85.208.253.135:8000
|
2026-03-21 17:47:26 +03:30
|
|
|
|
|
|
|
|
# MAPBOX_ACCESS_TOKEN=your-mapbox-access-token
|