Add a committed .env.example documenting all env vars #38
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: medium
Category: tech-debt
Location:
project root (missing)Problem
.gitignore has a
!.env.examplecarve-out but the file is absent; SECRET_KEY, DATA_DIR, GITEA_, B2/RCLONE_ are undocumented for any reinstall/handoff.Suggested fix
Create .env.example listing every required/optional var with placeholder + comment.
Filed by automated code review.