Skip to content

Commit 5a39049

Browse files
docs: Docs (vía GitHub Trending Agent)
1 parent 98d4009 commit 5a39049

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,14 @@ revisit these as you grow — and PRs are very welcome ([`CONTRIBUTING.md`](CONT
323323
## License
324324

325325
[MIT](LICENSE). Use it, ship it, sell what you build on it.
326+
327+
## Environment Variables
328+
329+
To customize your sandboxd installation, you can configure various environment variables. These variables are defined in the `.env` file, which is created during the installation process. Here are some key variables you might want to adjust:
330+
331+
- `HTTP_PORT`: The port on which the API is accessible. Default is `80`. Change this if you have another service running on port 80.
332+
- `SANDBOXD_API_BIND`: The IP address and port where the API will be published. Default is `127.0.0.1:9090`.
333+
- `SANDBOXD_API_AUTH_DISABLED`: Set to `false` to enable authentication for the API.
334+
- `SANDBOXD_API_TOKENS`: Define service tokens for API authentication in the format `name:secret`.
335+
336+
Make sure to review the `.env.example` file for more options and their descriptions.

0 commit comments

Comments
 (0)