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*