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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user