From 0aa36b02ac840b8ba2cbba1ed2bb32eff44f5348 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 30 Mar 2026 22:21:19 -0700 Subject: [PATCH] fix: remove .env from tracking (contains DIRECTUS_JWT_SECRET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .gitignore already excludes .env — was accidentally included in initial commit. DIRECTUS_JWT_SECRET is present in git history and should be rotated before push. --- .env | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 6ee4f52..0000000 --- a/.env +++ /dev/null @@ -1,25 +0,0 @@ -# Kiwi — environment variables - -# API -API_PREFIX=/api/v1 -CORS_ORIGINS=http://localhost:5173,http://localhost:8511 - -# Storage -DATA_DIR=./data - -# Processing -ENABLE_OCR=false - -# Runtime -DEBUG=false -CLOUD_MODE=false -DEMO_MODE=false - -# Cloud mode -CLOUD_DATA_ROOT=/devl/kiwi-cloud-data - -# Heimdall license server -HEIMDALL_URL=https://license.circuitforge.tech - -# Directus JWT (must match cf-directus SECRET) -DIRECTUS_JWT_SECRET=ZtPH3E2r9fT4HynndlULsI3ucdM6HOuqgAAApvdYNuSXLIsBDLtC62Xuvx5aHNp0hnvTQ7lUJg44jNg/c1I/LA