fix: remove .env from tracking (contains DIRECTUS_JWT_SECRET)
.gitignore already excludes .env — was accidentally included in initial commit. DIRECTUS_JWT_SECRET is present in git history and should be rotated before push.
This commit is contained in:
parent
c166e5216a
commit
0aa36b02ac
1 changed files with 0 additions and 25 deletions
25
.env
25
.env
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue