remove old webscraper code and add new home assistant settings to env for core-api.yaml

This commit is contained in:
2025-12-24 19:38:51 +01:00
parent 6a9000569a
commit 7e06c915ad
+3 -6
View File
@@ -48,12 +48,9 @@ services:
# Set to "false" to make agent errors explicit (500 errors) instead of silent fallback.
- AGENT_FALLBACK_ENABLED=false
# Web Scraper settings
- WEB_SCRAPER_REQUEST_TIMEOUT=30
- WEB_SCRAPER_MAX_REDIRECTS=5
- WEB_SCRAPER_USER_AGENT=Mozilla/5.0 (compatible; CoreAPI/1.0)
- WEB_SCRAPER_DEFAULT_MAX_LENGTH=10000
- WEB_SCRAPER_MAX_LINKS_TO_EXTRACT=50
# HOME ASSITANT VARIABLES
- HOMEASSISTANT_URL=http://192.168.86.149:8123
- HOMEASSISTANT_TOKEN=${HOMEASSISTANT_TOKEN}
# Python path
- PYTHONPATH=/app