|
# ===========================================
|
|
# Next.js Environment Variables
|
|
# ===========================================
|
|
|
|
# API URL (leave empty for local, set for production)
|
|
NEXT_PUBLIC_API_URL=
|
|
|
|
# Example:
|
|
# NEXT_PUBLIC_API_URL=https://api.example.com
|