8 lines
238 B
Text
8 lines
238 B
Text
|
|
# Environment variables for the frontend
|
||
|
|
# For local dev: use direnv with the root .envrc file (recommended)
|
||
|
|
# For production: set these in your deployment environment
|
||
|
|
|
||
|
|
# API URL for the backend
|
||
|
|
NEXT_PUBLIC_API_URL=http://localhost:8000
|
||
|
|
|