diff --git a/.env.example b/.env.example index 3db5eda..290e087 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,6 @@ # Application settings APP_NAME="Core Code API" -APP_VERSION="1.0.0" DEBUG=false # Server settings @@ -13,11 +12,4 @@ PORT=8083 # CORS_ORIGINS=["http://192.168.86.149:82"] # Logging -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 +LOG_LEVEL=INFO \ No newline at end of file