7 lines
324 B
Plaintext
7 lines
324 B
Plaintext
# General environment variables
|
|
NEXT_PUBLIC_API_BASE_URL=http://localhost:8000/api
|
|
|
|
# For different environments, use these files:
|
|
# .env.development - Development environment variables (next dev)
|
|
# .env.production - Production environment variables (next start)
|
|
# .env.local - Local overrides (loaded for all environments) |