diff options
| author | Oleksandr Gotgelf <[email protected]> | 2025-08-03 20:44:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-03 18:44:15 +0000 |
| commit | 03ed37d0dc2b5e2077b53073517abaab3d24d9c2 (patch) | |
| tree | e84a6cadef21cc6862b12215153b3e1177a1732d /docs/sandbox.md | |
| parent | bedcbb9feb3b4f5fcdd9d64782f3ee1e06376715 (diff) | |
fix: exclude DEBUG and DEBUG_MODE from project .env files by default (#5289)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'docs/sandbox.md')
| -rw-r--r-- | docs/sandbox.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sandbox.md b/docs/sandbox.md index 508a0d03..20a1a3b5 100644 --- a/docs/sandbox.md +++ b/docs/sandbox.md @@ -129,6 +129,8 @@ export SANDBOX_SET_UID_GID=false # Disable UID/GID mapping DEBUG=1 gemini -s -p "debug command" ``` +**Note:** If you have `DEBUG=true` in a project's `.env` file, it won't affect gemini-cli due to automatic exclusion. Use `.gemini/.env` files for gemini-cli specific debug settings. + ### Inspect sandbox ```bash |
