8 lines
229 B
Bash
8 lines
229 B
Bash
# Optional environment variables — the editor works without any of these
|
|
|
|
# Google Maps API key (enables address search)
|
|
# NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
|
|
|
|
# Dev server port (default: 3000)
|
|
# PORT=3000
|