Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ The application uses **ONE** configuration file for the Google Maps API key:
2. **Update the key**: Change `GOOGLE_MAPS_API_KEY=your_current_key` to your new key
3. **Restart the server**: The server will automatically pick up the new key

### Example .env file:
```bash
GOOGLE_MAPS_API_KEY=AIzaSyAOFpadsj8FUVZatR4TpCtr2gTCcEdOTAY
PORT=3000
NODE_ENV=production
```

## 🔄 Quick Restart Commands

When you change the API key, restart the server:
Expand Down