docs: add AUTOMAKER_SKIP_SANDBOX_WARNING env var documentation

Document the new environment variable in README.md and .env.example
This commit is contained in:
Stefan de Vogelaere
2026-01-17 18:33:08 +01:00
parent 17e2cdfc85
commit e69a2ad722
2 changed files with 9 additions and 0 deletions

View File

@@ -68,6 +68,14 @@ TERMINAL_PASSWORD=
ENABLE_REQUEST_LOGGING=false
# ============================================
# OPTIONAL - UI Behavior
# ============================================
# Skip the sandbox warning dialog on startup (default: false)
# Set to "true" to disable the warning entirely (useful for dev/CI environments)
AUTOMAKER_SKIP_SANDBOX_WARNING=false
# ============================================
# OPTIONAL - Debugging
# ============================================