remove old webscraper code and add new home assistant settings to env for core-api.yaml
This commit is contained in:
+3
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user