4 lines
228 B
Plaintext
4 lines
228 B
Plaintext
# Next.js Environment Variables
|
|
# NOTE: For API calls in client components, use relative URLs like '/api/auth/login'
|
|
# This variable is only used for server-side rendering and image URLs
|
|
NEXT_PUBLIC_API_URL=http://localhost:8000 |