From ec501fcfcd907fb2c79dedc10bb444ab1799b16f Mon Sep 17 00:00:00 2001 From: Aymeric Rabot Date: Tue, 4 Aug 2026 18:30:04 -0400 Subject: [PATCH] chore: drop the stale NEXT_PUBLIC_GOOGLE_MAPS_API_KEY docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documented in SETUP.md and .env.example, referenced by zero lines of apps/ or packages/ — there is no geocoder in this app, so the address search it promises does not exist. Noticed while reviewing #268. Co-Authored-By: Claude Opus 5 --- .env.example | 3 --- SETUP.md | 1 - 2 files changed, 4 deletions(-) diff --git a/.env.example b/.env.example index 6acbf5210..6a6f69da1 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,4 @@ # 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: 3002, set in .env.defaults) # PORT=3002 diff --git a/SETUP.md b/SETUP.md index eb780c494..76df56d73 100644 --- a/SETUP.md +++ b/SETUP.md @@ -23,7 +23,6 @@ cp .env.example .env | Variable | Required | Description | |----------|----------|-------------| -| `NEXT_PUBLIC_GOOGLE_MAPS_API_KEY` | No | Enables address search in the editor | | `PORT` | No | Dev server port (default: 3002) | The editor works fully without any environment variables.