You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sbx: drop undocumented storage-override env vars from audit logging
SANDBOXES_STORAGE_ROOT and DOCKER_SANDBOXES_APP_NAME are undocumented
internals and out of scope for the audit logging page. Remove the
override section; it can be documented separately in a follow-up if
needed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|`SANDBOXES_STORAGE_ROOT=<dir>`| Override the base storage directory. Audit records move under `<dir>/logs/`, keeping the same platform-specific namespace as the default paths. |
124
-
|`DOCKER_SANDBOXES_APP_NAME=<suffix>`| Append a suffix to the app name (`sandboxes` becomes `sandboxes-<suffix>`). Useful for running multiple daemon instances side by side. |
125
-
126
-
The CLI starts the daemon automatically when none is running, so exporting
127
-
either variable in your shell propagates to the daemon it spawns. If a daemon
128
-
is already running, stop it first with `sbx daemon stop` so the next `sbx`
129
-
command starts a daemon that picks up the new value.
0 commit comments