[object Object]

← back to Wine Finder

security: untrack .env (still present on disk, just not in git)

79a7f7a528cc59f23ab1387308132b49de69bb0a · 2026-05-11 10:02:32 -0700 · Steve Abrams

.env was committed before .gitignore exclusion was in place. File remains
on disk and functional; this stops future commits and prevents the next
git push (if any remote is ever added) from leaking secrets.
No remote currently configured, so no public exposure occurred.

Files touched

Diff

commit 79a7f7a528cc59f23ab1387308132b49de69bb0a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon May 11 10:02:32 2026 -0700

    security: untrack .env (still present on disk, just not in git)
    
    .env was committed before .gitignore exclusion was in place. File remains
    on disk and functional; this stops future commits and prevents the next
    git push (if any remote is ever added) from leaking secrets.
    No remote currently configured, so no public exposure occurred.
---
 .env | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/.env b/.env
deleted file mode 100644
index 70d64b4..0000000
--- a/.env
+++ /dev/null
@@ -1,23 +0,0 @@
-# Server Configuration
-PORT=9224
-NODE_ENV=production
-
-# Authentication
-ADMIN_USER=admin
-ADMIN_PASS=2025
-SESSION_SECRET=red-thunder-wine-secret-key-2025-change-me-in-production
-
-# Google Sheets Configuration
-GOOGLE_SHEET_ID=your-google-sheet-id-here
-# Path to your Google Service Account JSON file
-GOOGLE_APPLICATION_CREDENTIALS=/root/DW-MCP/google-sheets-credentials.json
-
-# Slack Configuration
-# Get webhook URL from: https://api.slack.com/apps → Your App → Incoming Webhooks
-SLACK_WEBHOOK_URL=https://hooks.slack.com/services/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
-
-# Alert Configuration
-PRICE_SPIKE_THRESHOLD=20
-
-# Roboflow Wine Label Detection
-ROBOFLOW_API_KEY=pk_live_bkyBGUk4zrQEooH7WnY4a9rv00rPgkXgkJ

← 0ca865d tighten .gitignore: add missing standing-rule patterns (node  ·  back to Wine Finder  ·  snapshot: 1 file(s) changed, ~1 modified 56cffaa →