From f73b6e6b4e744cf3ec5a73c2612d0924341af11b Mon Sep 17 00:00:00 2001 From: Mehal Srivastava Date: Thu, 23 Oct 2025 23:06:07 +0530 Subject: [PATCH] cleanup2 --- CONFIG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index 0b21752..75b2de1 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -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: