config(agents): fix ALLOWED_PATHS array syntax in Webber
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user