From ff3ec34674cacc2be11d24b0af2805f2e4bb5cd0 Mon Sep 17 00:00:00 2001 From: Renato Date: Tue, 4 Aug 2026 12:34:10 +0800 Subject: [PATCH] chore: remover .env.bak del repo (secrets) + gitignore --- .env.bak.1785817103 | 17 ----------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .env.bak.1785817103 diff --git a/.env.bak.1785817103 b/.env.bak.1785817103 deleted file mode 100644 index a646009..0000000 --- a/.env.bak.1785817103 +++ /dev/null @@ -1,17 +0,0 @@ -# --- worst-scan-web --- - -# Backend API (pipeline) -API_BASE_URL=http://194.163.191.200:8080/api/v1 -API_KEY= - -# Web auth (vacĂ­o = sin login) -WEB_PASSWORD= - -# Webhook validation -WEBHOOK_SECRET= - -# DB path -DB_PATH=/home/ren/web/worst-scan-web/data/worst-scan.db - -# Covers dir -COVERS_DIR=/home/ren/web/worst-scan-web/data/covers diff --git a/.gitignore b/.gitignore index 1e57613..c974d65 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ next-env.d.ts .env.local data/ .atl/ +.env.bak*