Skip to content

Commit

Permalink
Add info about specifying API base url to dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
axl1313 authored Feb 13, 2025
1 parent 1dcb23d commit cc9facc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ Testing, type checking, and formatting/linting is [checked in CI][ci].

[ci]: .github/workflows/ci.yml

## Developing against different environments

To target a different Codex backend environment (i.e. staging or local), set the `CODEX_BASE_URL` environment variable. Example: `export CODEX_BASE_URL=http://localhost:8080`.

## Style guide

### Adding integrations with external libraries
Expand Down

0 comments on commit cc9facc

Please sign in to comment.