Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ This will:
### Environment Variables
If a `.env` file exists in your project directory, the environment variables defined there will automatically be loaded into the container.

> **Security Warning**: Never commit `.env` files to version control. AgentBox includes `.env` in `.gitignore`, but verify your project's git configuration before adding secrets.

AgentBox also includes `direnv` support - if you have a `.envrc` file in your project directory, it will be automatically evaluated inside the container if you have `direnv allow`ed it on your host machine.

## MCP Server Configuration
Expand Down
Loading