chore: remove VERSION from .env.example

VERSION is now automatically sourced from the package __version__
variable in config.py, so it should not be set in environment variables.

This prevents version inconsistencies and ensures the displayed version
always matches the code version.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-19 12:31:56 -07:00
parent 93634d2bb0
commit 155cae8055

View File

@@ -78,9 +78,6 @@ FEED_CACHE_SECONDS=300
# CONTAINER CONFIGURATION # CONTAINER CONFIGURATION
# ============================================================================= # =============================================================================
# Application version (for health check endpoint)
VERSION=0.6.0
# Environment: development or production # Environment: development or production
ENVIRONMENT=production ENVIRONMENT=production