Skip to content
Merged
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
13 changes: 13 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,19 @@ CS_CLIENT_ID
CS_CLIENT_KEY
```


### Connecting to another environment

Proxy connects to the CipherStash production environment by default.

To connect to an alternative environment, provide the CTS and ZeroKMS host endpoints:

```
CS_CTS_HOST
CS_ZEROKMS_HOST
```


### Running the benchmark

```bash
Expand Down