Remove obsolete web scraper config from .env.example

Remove APP_VERSION (now from pyproject.toml) and web scraper settings.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-17 18:46:02 +01:00
co-authored by Claude Opus 4.5
parent fd8aee3227
commit ad1b55009a
-8
View File
@@ -2,7 +2,6 @@
# Application settings # Application settings
APP_NAME="Core Code API" APP_NAME="Core Code API"
APP_VERSION="1.0.0"
DEBUG=false DEBUG=false
# Server settings # Server settings
@@ -14,10 +13,3 @@ PORT=8083
# Logging # Logging
LOG_LEVEL=INFO LOG_LEVEL=INFO
# Web Scraper Module
WEB_SCRAPER_REQUEST_TIMEOUT=30
WEB_SCRAPER_MAX_REDIRECTS=5
WEB_SCRAPER_USER_AGENT="Mozilla/5.0 (compatible; CoreCode/1.0)"
WEB_SCRAPER_DEFAULT_MAX_LENGTH=10000
WEB_SCRAPER_MAX_LINKS_TO_EXTRACT=50