config(agents): fix ALLOWED_PATHS array syntax in Webber

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 19:01:38 +01:00
co-authored by Claude Opus 4.5
parent fad6325b80
commit bcae6055af
+1 -1
View File
@@ -107,7 +107,7 @@ services:
# Tool execution settings
- TOOL_TIMEOUT_SECONDS=30
- SANDBOX_ENABLED=true
- ALLOWED_PATHS=/app/sandbox,/tmp
- ALLOWED_PATHS=["/app/sandbox","/tmp"]
# Session management
- SESSION_TTL_HOURS=24
- MAX_CONTEXT_TOKENS=8192