-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (19 loc) · 873 Bytes
/
env.example
File metadata and controls
24 lines (19 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# API Configuration
NEXT_PUBLIC_API_BASE_URL=https://api.hengout.app/auth-service/api/v1
NEXT_PUBLIC_LOCATION_API_BASE_URL=https://api.hengout.app/location-service/api/v1
NEXT_PUBLIC_API_TIMEOUT=10000
# Development URLs (ngrok)
# NEXT_PUBLIC_API_BASE_URL=https://your-ngrok-url.ngrok-free.app/auth-service/api/v1
# NEXT_PUBLIC_LOCATION_API_BASE_URL=https://your-ngrok-url.ngrok-free.app/location-service/api/v1
# Production URLs
# NEXT_PUBLIC_API_BASE_URL=https://api.hengout.app/auth-service/api/v1
# NEXT_PUBLIC_LOCATION_API_BASE_URL=https://api.hengout.app/location-service/api/v1
# Authentication
NEXT_PUBLIC_JWT_SECRET=your-jwt-secret
NEXT_PUBLIC_REFRESH_TOKEN_EXPIRY=7d
# Feature Flags
NEXT_PUBLIC_ENABLE_SMART_POLLING=true
NEXT_PUBLIC_ENABLE_DEBUG_LOGS=false
# External Services
NEXT_PUBLIC_SENTRY_DSN=your-sentry-dsn
NEXT_PUBLIC_ANALYTICS_ID=your-analytics-id